Home
last modified time | relevance | path

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

/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.cc266 struct ELFSectionHeader { struct
281 class ELFSection : public DebugSectionBase<ELFSectionHeader> {