OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendSection
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDContext.h
46
LDContext&
appendSection
(LDSection& pSection);
/dalvik/dx/src/com/android/dx/merge/
DexMerger.java
112
headerOut = dexOut.
appendSection
(writerSizes.header, "header");
113
idsDefsOut = dexOut.
appendSection
(writerSizes.idsDefs, "ids defs");
120
mapListOut = dexOut.
appendSection
(writerSizes.mapList, "map list");
123
typeListOut = dexOut.
appendSection
(writerSizes.typeList, "type list");
126
annotationSetRefListOut = dexOut.
appendSection
(
130
annotationSetOut = dexOut.
appendSection
(writerSizes.annotationsSet, "annotation sets");
133
classDataOut = dexOut.
appendSection
(writerSizes.classData, "class data");
136
codeOut = dexOut.
appendSection
(writerSizes.code, "code");
139
stringDataOut = dexOut.
appendSection
(writerSizes.stringData, "string data");
142
debugInfoOut = dexOut.
appendSection
(writerSizes.debugInfo, "debug info")
[
all
...]
/frameworks/compile/mclinker/lib/LD/
LDContext.cpp
19
LDContext& LDContext::
appendSection
(LDSection& pSection)
/prebuilts/runtime/common/dex/
dex-host-prebuilt.jar
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
319
pInput.context()->
appendSection
(*header);
/libcore/dex/src/main/java/com/android/dex/
Dex.java
198
public Section
appendSection
(int maxByteCount, String name) {
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 70 milliseconds