Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp194 ELFSectionHeader::ELFSectionHeader() in ELFSectionHeader() function in ELFSectionHeader
196 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader()
200 ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
DELFHeader.h153 struct ELFSectionHeader struct
166 ELFSectionHeader(); argument
DObjectFileELF.h162 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader
DObjectFileELF.cpp1296 const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
1297 const ELFSectionHeader *plt_hdr, in ParsePLTRelocations()
1298 const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2323 struct ELFSectionHeader { struct
2324 ELFSectionHeader(unsigned int set_type) in ELFSectionHeader() argument
2339 void AppendSectionHeader(CFISection *table, const ELFSectionHeader &header) { in AppendSectionHeader() argument
2386 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()
2393 ELFSectionHeader cfi_header(SHT_PROGBITS); in WriteELFFrameSection()
2399 ELFSectionHeader section_names_header(SHT_STRTAB); in WriteELFFrameSection()
/external/v8/src/
Dgdb-jit.cc263 struct ELFSectionHeader { struct
278 class ELFSection : public DebugSectionBase<ELFSectionHeader> {