Home
last modified time | relevance | path

Searched refs:ELFSectionHeader (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp98 ELFSectionHeader section_zero; in ParseHeaderExtension()
218 ELFSectionHeader::ELFSectionHeader() { in ELFSectionHeader() function in ELFSectionHeader
219 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader()
222 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
H A DObjectFileELF.h173 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader {
307 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr,
313 const elf::ELFSectionHeader *rel_hdr,
314 const elf::ELFSectionHeader *symtab_hdr,
315 const elf::ELFSectionHeader *debug_hdr,
H A DELFHeader.h159 struct ELFSectionHeader { struct
171 ELFSectionHeader(); argument
H A DObjectFileELF.cpp1656 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions()
1703 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange()
2398 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset()
2399 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset()
2433 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
2434 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2567 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations()
2568 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations()
2672 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2676 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
[all …]