Lines Matching defs:rel_hdr
2539 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr,
2541 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2574 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2584 GetPltEntrySizeAndOffset(rel_hdr, plt_hdr);
2585 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2638 const ELFSectionHeaderInfo *rel_hdr,
2640 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
2643 user_id_t symtab_id = rel_hdr->sh_link;
2650 // Get PLT section. We cannot use rel_hdr->sh_info, since current linkers
2703 rel_hdr, plt_hdr, sym_hdr, plt_section_sp,
2790 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2794 ELFRelocation rel(rel_hdr->sh_type);
2796 const unsigned num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2930 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr,
2933 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
2940 user_id_t symtab_id = rel_hdr->sh_link;
2941 user_id_t debug_id = rel_hdr->sh_info;
2970 ApplyRelocations(thetab, &m_header, rel_hdr, symtab_hdr, debug_hdr,