OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIdx
(Results
1 - 5
of
5
) 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
;
ELFCodeEmitter.cpp
76
FnSym->
SectionIdx
= ES->
SectionIdx
;
95
MR.setConstantVal(ES->
SectionIdx
);
112
MR.setConstantVal(ES->
SectionIdx
);
121
MR.setConstantVal(JTSection.
SectionIdx
);
155
CPSections.push_back(CstPool.
SectionIdx
);
ELFWriter.cpp
383
GblSym->
SectionIdx
= ELF::SHN_COMMON;
392
GblSym->
SectionIdx
= ES.
SectionIdx
;
405
GblSym->
SectionIdx
= ES.
SectionIdx
;
715
SectionSym->
SectionIdx
= ES.
SectionIdx
;
768
RelSec.Link = SymTab.
SectionIdx
;
769
RelSec.Info = S.
SectionIdx
;
798
unsigned
SectionIdx
= PrivateSyms[SymIdx]->SectionIdx
[
all
...]
ELFWriter.h
161
SN->
SectionIdx
= NumSections++;
/external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp
107
FnSym->
SectionIdx
= Text.
SectionIdx
;
Completed in 594 milliseconds