Lines Matching defs:rel_hdr
2533 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr,
2535 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2568 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2578 GetPltEntrySizeAndOffset(rel_hdr, plt_hdr);
2579 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2632 const ELFSectionHeaderInfo *rel_hdr,
2634 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
2637 user_id_t symtab_id = rel_hdr->sh_link;
2644 // Get PLT section. We cannot use rel_hdr->sh_info, since current linkers
2697 rel_hdr, plt_hdr, sym_hdr, plt_section_sp,
2784 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2788 ELFRelocation rel(rel_hdr->sh_type);
2790 const unsigned num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2924 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr,
2927 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
2934 user_id_t symtab_id = rel_hdr->sh_link;
2935 user_id_t debug_id = rel_hdr->sh_info;
2964 ApplyRelocations(thetab, &m_header, rel_hdr, symtab_hdr, debug_hdr,