Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h681 Elf_Internal_Shdr *shdrp; in elf_object_p() local
696 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++) in elf_object_p()
697 elf_elfsections (abfd)[shindex] = shdrp++; in elf_object_p()
Delf.c5418 Elf_Internal_Shdr *shdrp; in _bfd_elf_assign_file_positions_for_relocs() local
5420 shdrp = *shdrpp; in _bfd_elf_assign_file_positions_for_relocs()
5421 if ((shdrp->sh_type == SHT_REL || shdrp->sh_type == SHT_RELA) in _bfd_elf_assign_file_positions_for_relocs()
5422 && shdrp->sh_offset == -1) in _bfd_elf_assign_file_positions_for_relocs()
5423 off = _bfd_elf_assign_file_position_for_section (shdrp, off, TRUE); in _bfd_elf_assign_file_positions_for_relocs()