Searched refs:rel_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h307 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr,
313 const elf::ELFSectionHeader *rel_hdr,
H A DObjectFileELF.cpp2385 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, argument
2387 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2420 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr,
2430 GetPltEntrySizeAndOffset(rel_hdr, plt_hdr);
2431 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
2484 const ELFSectionHeaderInfo *rel_hdr,
2486 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr
2418 ParsePLTRelocations( Symtab *symbol_table, user_id_t start_id, unsigned rel_type, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &strtab_data) argument
2483 ParseTrampolineSymbols(Symtab *symbol_table, user_id_t start_id, const ELFSectionHeaderInfo *rel_hdr, user_id_t rel_id) argument
2553 ApplyRelocations( Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &debug_data, Section *rel_section) argument
2646 RelocateDebugSections(const ELFSectionHeader *rel_hdr, user_id_t rel_id, lldb_private::Symtab *thetab) argument
[all...]

Completed in 185 milliseconds