Searched refs:ELFSectionHeader (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/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 { 317 unsigned RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, 323 const elf::ELFSectionHeader *rel_hdr, 324 const elf::ELFSectionHeader *symtab_hdr, 325 const elf::ELFSectionHeader *debug_hdr,
|
H A D | ELFHeader.h | 159 struct ELFSectionHeader { struct 171 ELFSectionHeader(); argument
|
H A D | ObjectFileELF.cpp | 1744 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions() 1791 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange() 1831 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo() 2539 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset() 2540 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset() 2574 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations() 2575 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations() 2790 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations() 2791 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations() 2930 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr, in RelocateDebugSections() [all …]
|