Searched refs:ELFSection (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | gdb-jit.cc | 33 class ELFSection; 35 typedef ELFSection DebugSection; 278 class ELFSection : public DebugSectionBase<ELFSectionHeader> { class 310 ELFSection(const char* name, Type type, uintptr_t align) in ELFSection() function in v8::internal::ELFSection 313 virtual ~ELFSection() { } in ~ELFSection() 383 class FullHeaderELFSection : public ELFSection { 392 : ELFSection(name, type, align), in FullHeaderELFSection() 400 ELFSection::PopulateHeader(header); in PopulateHeader() 415 class ELFStringTable : public ELFSection { 418 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) { in ELFStringTable() [all …]
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 530 const MCSection *ELFSection = getContext().getELFSection( in ParseSectionArguments() local 532 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments() 537 std::make_pair(ELFSection, std::make_pair(nullptr, nullptr))); in ParseSectionArguments()
|