OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SectionIndex
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
88
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/tools/llvm-readobj/
ELFDumper.cpp
463
int
SectionIndex
= -1;
470
++
SectionIndex
;
478
W.printNumber("Index",
SectionIndex
);
MachODumper.cpp
159
uint8_t
SectionIndex
;
201
Symbol.
SectionIndex
= Entry.
SectionIndex
;
209
Symbol.
SectionIndex
= Entry.
SectionIndex
;
225
int
SectionIndex
= -1;
232
++
SectionIndex
;
247
W.printNumber("Index",
SectionIndex
);
423
W.printHex ("Section", SectionName, Symbol.
SectionIndex
);
/external/llvm/lib/MC/
MCAssembler.cpp
768
unsigned
SectionIndex
= 0;
775
it->setOrdinal(
SectionIndex
++);
[
all
...]
ELFObjectWriter.cpp
72
uint32_t
SectionIndex
;
576
Size, Other, MSD.
SectionIndex
, IsReserved);
915
MSD.
SectionIndex
= ELF::SHN_COMMON;
917
MSD.
SectionIndex
= ELF::SHN_ABS;
920
MSD.
SectionIndex
= SectionIndexMap.lookup(RevGroupMap[&Symbol]);
922
MSD.
SectionIndex
= ELF::SHN_UNDEF;
926
MSD.
SectionIndex
= SectionIndexMap.lookup(&Section);
927
if (MSD.
SectionIndex
>= ELF::SHN_LORESERVE)
929
assert(MSD.
SectionIndex
&& "Invalid section index!");
[
all
...]
/external/llvm/include/llvm/Object/
MachOFormat.h
309
uint8_t
SectionIndex
;
320
uint8_t
SectionIndex
;
/external/llvm/lib/Object/
MachOObjectFile.cpp
35
uint8_t
SectionIndex
;
484
if (Entry.
SectionIndex
) {
487
SecRel.d.a = Entry.
SectionIndex
-1;
519
uint8_t
SectionIndex
;
527
SectionIndex
= Entry.
SectionIndex
;
528
if (!
SectionIndex
) {
545
if (Entry.
SectionIndex
==
SectionIndex
&& Value > BeginOffset)
552
Sec.d.a =
SectionIndex
-1
[
all
...]
Completed in 3070 milliseconds