Searched refs:rel_hdr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2539 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() argument 2541 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in GetPltEntrySizeAndOffset() 2574 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() argument 2584 GetPltEntrySizeAndOffset(rel_hdr, plt_hdr); in ParsePLTRelocations() 2585 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations() 2638 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols() argument 2640 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols() 2643 user_id_t symtab_id = rel_hdr->sh_link; in ParseTrampolineSymbols() 2703 rel_hdr, plt_hdr, sym_hdr, plt_section_sp, in ParseTrampolineSymbols() 2790 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() argument [all …]
|
H A D | ObjectFileELF.h | 317 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, 323 const elf::ELFSectionHeader *rel_hdr,
|