HomeSort by relevance Sort by last modified time
    Searched refs:ELFSection (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
gdb-jit.cc 35 class ELFSection;
37 typedef ELFSection DebugSection;
280 class ELFSection : public DebugSectionBase<ELFSectionHeader> {
312 ELFSection(const char* name, Type type, uintptr_t align)
315 virtual ~ELFSection() { }
381 class FullHeaderELFSection : public ELFSection {
390 : ELFSection(name, type, align),
398 ELFSection::PopulateHeader(header);
413 class ELFStringTable : public ELFSection {
416 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0)
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 520 MCSection *ELFSection = getContext().getELFSection(SectionName, Type, Flags,
522 getStreamer().SwitchSection(ELFSection, Subsection);
525 bool InsertResult = getContext().addGenDwarfSection(ELFSection);
530 if (!ELFSection->getBeginSymbol()) {
533 ELFSection->setBeginSymbol(SectionStartSymbol);

Completed in 346 milliseconds