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

  /external/llvm/lib/CodeGen/
ELF.h 110 Sym->SectionIdx = 0xfff1; // ELFSection::SHN_ABS;
122 Sym->SectionIdx = 0; //ELFSection::SHN_UNDEF;
133 unsigned short SectionIdx;
139 Size(0), Info(0), Other(ELF::STV_DEFAULT), SectionIdx(0),
180 /// SectionIdx - The number of the section in the Section Table.
181 unsigned short SectionIdx;
ELFWriter.cpp 381 GblSym->SectionIdx = ELF::SHN_COMMON;
390 GblSym->SectionIdx = ES.SectionIdx;
403 GblSym->SectionIdx = ES.SectionIdx;
713 SectionSym->SectionIdx = ES.SectionIdx;
766 RelSec.Link = SymTab.SectionIdx;
767 RelSec.Info = S.SectionIdx;
796 unsigned SectionIdx = PrivateSyms[SymIdx]->SectionIdx
    [all...]

Completed in 266 milliseconds