Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2503 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() argument
2505 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in GetPltEntrySizeAndOffset()
2538 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() argument
2548 GetPltEntrySizeAndOffset(rel_hdr, plt_hdr); in ParsePLTRelocations()
2549 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations()
2602 const ELFSectionHeaderInfo *rel_hdr, in ParseTrampolineSymbols() argument
2604 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols()
2607 user_id_t symtab_id = rel_hdr->sh_link; in ParseTrampolineSymbols()
2667 rel_hdr, plt_hdr, sym_hdr, plt_section_sp, in ParseTrampolineSymbols()
2754 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() argument
[all …]
H A DObjectFileELF.h325 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr,
331 const elf::ELFSectionHeader *rel_hdr,