Searched refs:ELFSectionHeader (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 98 ELFSectionHeader section_zero; in ParseHeaderExtension() 221 ELFSectionHeader::ELFSectionHeader() { in ELFSectionHeader() function in ELFSectionHeader 222 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader() 225 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
|
| H A D | ObjectFileELF.h | 177 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { 312 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, 318 const elf::ELFSectionHeader *rel_hdr, 319 const elf::ELFSectionHeader *symtab_hdr, 320 const elf::ELFSectionHeader *debug_hdr,
|
| H A D | ELFHeader.h | 159 struct ELFSectionHeader { struct 171 ELFSectionHeader(); argument
|
| H A D | ObjectFileELF.cpp | 1686 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions() 1733 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange() 2428 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() 2429 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset() 2463 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() 2464 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations() 2597 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() 2598 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations() 2707 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections() 2711 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections() [all …]
|