Searched refs:ELFSectionHeader (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 101 ELFSectionHeader section_zero; in ParseHeaderExtension() 222 ELFSectionHeader::ELFSectionHeader() { in ELFSectionHeader() function in ELFSectionHeader 223 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader() 226 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
|
| H A D | ObjectFileELF.h | 174 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { 304 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, 310 const elf::ELFSectionHeader *rel_hdr, 311 const elf::ELFSectionHeader *symtab_hdr, 312 const elf::ELFSectionHeader *debug_hdr,
|
| H A D | ELFHeader.h | 172 struct ELFSectionHeader { struct 184 ELFSectionHeader(); argument
|
| H A D | ObjectFileELF.cpp | 363 const elf::ELFSectionHeader §_hdr) { in kalimbaSectionType() 1823 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions() 1868 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange() 2493 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() 2494 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset() 2528 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() 2529 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations() 2665 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() 2666 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations() 2774 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections() [all …]
|