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

  /external/llvm/include/llvm/Object/
MachOFormat.h 260 uint8_t SectionIndex;
267 uint8_t SectionIndex;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 164 if (STE->SectionIndex > SegmentLC->NumSections)
171 if ((unsigned)STE->SectionIndex - 1 != SectNum)
303 if (STE->SectionIndex > Segment64LC->NumSections)
310 if ((unsigned)STE->SectionIndex - 1 != SectNum)
  /external/llvm/tools/macho-dump/
macho-dump.cpp 202 uint8_t Type, uint8_t SectionIndex,
207 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n";
247 STE->SectionIndex, STE->Flags, STE->Value);
257 STE->SectionIndex, STE->Flags, STE->Value);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 343 Write8(MSD.SectionIndex);
466 MSD.SectionIndex = 0;
469 MSD.SectionIndex = 0;
472 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
473 assert(MSD.SectionIndex && "Invalid section index!");
502 MSD.SectionIndex = 0;
505 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
506 assert(MSD.SectionIndex && "Invalid section index!");
ELFObjectWriter.cpp 272 Size, Other, MSD.SectionIndex, IsReserved);
597 MSD.SectionIndex = ELF::SHN_COMMON;
599 MSD.SectionIndex = ELF::SHN_ABS;
602 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
604 MSD.SectionIndex = ELF::SHN_UNDEF;
608 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
609 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
611 assert(MSD.SectionIndex && "Invalid section index!");
622 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1;
634 if (MSD.SectionIndex == ELF::SHN_UNDEF
    [all...]
ELFObjectWriter.h 68 uint32_t SectionIndex;
MCAssembler.cpp 573 unsigned SectionIndex = 0;
580 it->setOrdinal(SectionIndex++);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 81 uint8_t SectionIndex;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 394 Result = Entry->SectionIndex == 1 + Sec.d.a + Sec.d.b;
398 Result = Entry->SectionIndex == 1 + Sec.d.a + Sec.d.b;

Completed in 407 milliseconds