Searched refs:ELFSectionHeader (Results 1 – 2 of 2) sorted by relevance
2323 struct ELFSectionHeader { struct2324 ELFSectionHeader(unsigned int set_type) in ELFSectionHeader() function2339 void AppendSectionHeader(CFISection *table, const ELFSectionHeader &header) { in AppendSectionHeader() argument2386 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()2393 ELFSectionHeader cfi_header(SHT_PROGBITS); in WriteELFFrameSection()2399 ELFSectionHeader section_names_header(SHT_STRTAB); in WriteELFFrameSection()
266 struct ELFSectionHeader { struct281 class ELFSection : public DebugSectionBase<ELFSectionHeader> {