Searched refs:ELFSectionHeader (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 98 ELFSectionHeader section_zero; in ParseHeaderExtension() 224 ELFSectionHeader::ELFSectionHeader() { in ELFSectionHeader() function in ELFSectionHeader 225 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader() 228 bool ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
|
H A D | ObjectFileELF.h | 178 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader { 325 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, 331 const elf::ELFSectionHeader *rel_hdr, 332 const elf::ELFSectionHeader *symtab_hdr, 333 const elf::ELFSectionHeader *debug_hdr,
|
H A D | ELFHeader.h | 159 struct ELFSectionHeader { struct 171 ELFSectionHeader(); argument
|
H A D | ObjectFileELF.cpp | 1739 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions() 1786 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange() 1826 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo() 2533 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() 2534 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset() 2568 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() 2569 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations() 2784 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() 2785 const ELFSectionHeader *symtab_hd in ApplyRelocations() [all...] |