OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readSection
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
125
///
readSection
- read a target dependent section
126
virtual bool
readSection
(Input& pInput, SectionData& pSD)
/development/samples/Vault/src/com/example/android/vault/
EncryptedDocument.java
142
readSection
(f, metaOut);
190
readSection
(f, new FileOutputStream(contentOut.getFileDescriptor()));
270
private void
readSection
(RandomAccessFile f, OutputStream out)
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
424
bool ARMGNULDBackend::
readSection
(Input& pInput, SectionData& pSD)
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
947
bool HexagonLDBackend::
readSection
(Input& pInput, SectionData& pSD)
[
all
...]
Completed in 43 milliseconds