Home
last modified time | relevance | path

Searched refs:shdrp (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfcode.h649 Elf_Internal_Shdr *shdrp; in elf_object_p() local
666 shdrp = i_shdrp; in elf_object_p()
671 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
676 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
Delf.c4485 Elf_Internal_Shdr *shdrp; in _bfd_elf_assign_file_positions_for_relocs() local
4487 shdrp = *shdrpp; in _bfd_elf_assign_file_positions_for_relocs()
4488 if ((shdrp->sh_type == SHT_REL || shdrp->sh_type == SHT_RELA) in _bfd_elf_assign_file_positions_for_relocs()
4489 && shdrp->sh_offset == -1) in _bfd_elf_assign_file_positions_for_relocs()
4490 off = _bfd_elf_assign_file_position_for_section (shdrp, off, TRUE); in _bfd_elf_assign_file_positions_for_relocs()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfcode.h706 Elf_Internal_Shdr *shdrp; in elf_object_p() local
723 shdrp = i_shdrp; in elf_object_p()
728 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
733 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
Delf.c5136 Elf_Internal_Shdr *shdrp; in _bfd_elf_assign_file_positions_for_relocs() local
5138 shdrp = *shdrpp; in _bfd_elf_assign_file_positions_for_relocs()
5139 if ((shdrp->sh_type == SHT_REL || shdrp->sh_type == SHT_RELA) in _bfd_elf_assign_file_positions_for_relocs()
5140 && shdrp->sh_offset == -1) in _bfd_elf_assign_file_positions_for_relocs()
5141 off = _bfd_elf_assign_file_position_for_section (shdrp, off, TRUE); in _bfd_elf_assign_file_positions_for_relocs()