Searched refs:ELFSectionHeader (Results 1 – 6 of 6) sorted by relevance
194 ELFSectionHeader::ELFSectionHeader() in ELFSectionHeader() function in ELFSectionHeader196 memset(this, 0, sizeof(ELFSectionHeader)); in ELFSectionHeader()200 ELFSectionHeader::Parse(const lldb_private::DataExtractor &data, in Parse()
153 struct ELFSectionHeader struct166 ELFSectionHeader(); argument
162 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader
1296 const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()1297 const ELFSectionHeader *plt_hdr, in ParsePLTRelocations()1298 const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2323 struct ELFSectionHeader { struct2324 ELFSectionHeader(unsigned int set_type) in ELFSectionHeader() argument2339 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()
263 struct ELFSectionHeader { struct278 class ELFSection : public DebugSectionBase<ELFSectionHeader> {