OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allsections
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp
138
SectionList &
AllSections
) {
144
AllSections
.push_back(UserSection);
151
AllSections
.push_back(RelSection);
168
void ELFObjectWriter::assignSectionNumbersInfo(SectionList &
AllSections
) {
175
AllSections
.push_back(NullSection);
178
RelTextSections,
AllSections
);
180
RelDataSections,
AllSections
);
184
AllSections
.push_back(BSSSection);
187
RelRODataSections,
AllSections
);
191
AllSections
.push_back(ShStrTab)
[
all
...]
IceELFObjectWriter.h
146
void assignSectionNumbersInfo(SectionList &
AllSections
);
155
SectionList &
AllSections
);
/frameworks/native/cmds/dumpstate/tests/
dumpstate_smoke_test.cpp
235
int
allSections
= numMatches("DUMPSYS");
238
int normalSections =
allSections
- criticalSections - highSections;
/external/elfutils/src/
ldgeneric.c
[
all
...]
ld.c
[
all
...]
ld.h
859
struct scnhead **
allsections
;
member in struct:ld_state
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java
507
String
allSections
[] = new String[sections.length + 1];
510
allSections
[i + 1] = sections[i];
514
allSections
[0] = "";
515
setIndexer(new ContactsSectionIndexer(
allSections
, allCounts));
/packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListAdapter.java
486
String[]
allSections
= new String[sections.length + 1];
489
allSections
[i + 1] = sections[i];
493
allSections
[0] = "";
494
setIndexer(new ContactsSectionIndexer(
allSections
, allCounts));
/external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp
[
all
...]
Completed in 172 milliseconds