Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2385 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() argument
2387 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in GetPltEntrySizeAndOffset()
2420 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() argument
2430 GetPltEntrySizeAndOffset(rel_hdr, plt_hdr); in ParsePLTRelocations()
2431 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations()
2484 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols() argument
2486 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols()
2489 user_id_t symtab_id = rel_hdr->sh_link; in ParseTrampolineSymbols()
2549 rel_hdr, plt_hdr, sym_hdr, plt_section_sp, in ParseTrampolineSymbols()
2554 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() argument
[all …]
DObjectFileELF.h307 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr,
313 const elf::ELFSectionHeader *rel_hdr,