Lines Matching defs:this_hdr
125 Elf_Internal_Shdr *this_hdr = &elf_section_data (sect)->this_hdr;
128 if (ELF_SECTION_IN_SEGMENT (this_hdr, segments[j]))
577 const auto &this_hdr = elf_section_data (relplt)->this_hdr;
579 if (this_hdr.sh_type == SHT_REL || this_hdr.sh_type == SHT_RELA)
581 if (this_hdr.sh_info == plt_elf_idx
582 || this_hdr.sh_info == got_plt_elf_idx)
605 reloc_count = relplt->size / elf_section_data (relplt)->this_hdr.sh_entsize;