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

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 81 uint8_t SectionIndex;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ItemType.java 83 public final int SectionIndex;
93 * @param sectionIndex index for this item's section
97 private ItemType(int mapValue, int sectionIndex, int itemAlignment, String typeName) {
99 this.SectionIndex = sectionIndex;
  /external/llvm/lib/MC/
MCAssembler.cpp 570 unsigned SectionIndex = 0;
577 it->setOrdinal(SectionIndex++);
ELFObjectWriter.cpp 73 uint32_t SectionIndex;
567 Size, Other, MSD.SectionIndex, IsReserved);
907 MSD.SectionIndex = ELF::SHN_COMMON;
909 MSD.SectionIndex = ELF::SHN_ABS;
912 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
914 MSD.SectionIndex = ELF::SHN_UNDEF;
918 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
919 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
921 assert(MSD.SectionIndex && "Invalid section index!");
932 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 133 if (Entry->SectionIndex) {
135 getSection64(Sections[Entry->SectionIndex-1], Section);
142 if (Entry->SectionIndex) {
144 getSection(Sections[Entry->SectionIndex-1], Section);
171 uint8_t SectionIndex;
176 SectionIndex = Entry->SectionIndex;
177 if (!SectionIndex) {
194 if (Entry->SectionIndex == SectionIndex && Entry->Value > BeginOffset
    [all...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 270 uint8_t SectionIndex;
277 uint8_t SectionIndex;

Completed in 2675 milliseconds