Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
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()
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,
DELFHeader.h159 struct ELFSectionHeader { struct
171 ELFSectionHeader(); argument
DObjectFileELF.cpp1643 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions()
1690 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange()
1725 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
2385 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset()
2386 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset()
2420 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
2421 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2554 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations()
2555 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations()
2646 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr, in RelocateDebugSections()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2455 struct ELFSectionHeader { struct
2456 ELFSectionHeader(unsigned int set_type) in ELFSectionHeader() function
2471 void AppendSectionHeader(CFISection *table, const ELFSectionHeader &header) { in AppendSectionHeader() argument
2518 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()
2525 ELFSectionHeader cfi_header(SHT_PROGBITS); in WriteELFFrameSection()
2531 ELFSectionHeader section_names_header(SHT_STRTAB); in WriteELFFrameSection()