HomeSort by relevance Sort by last modified time
    Searched refs:readSection (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 111 /// readSection - read target dependent sections
112 bool readSection(Input& pInput, SectionData& pSD);
AArch64LDBackend.cpp 361 bool AArch64GNULDBackend::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/include/mcld/Target/
TargetLDBackend.h 133 /// readSection - read a target dependent section
134 virtual bool readSection(Input& pInput, SectionData& pSD)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 126 /// readSection - read target dependent sections
127 bool readSection(Input& pInput, SectionData& pSD);
ARMLDBackend.cpp 504 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 132 /// readSection - read target dependent sections
133 bool readSection(Input& pInput, SectionData& pSD);
HexagonLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 90 /// readSection - read a target dependent section.
91 bool readSection(Input& pInput, SectionData& pSD);
MipsLDBackend.cpp 372 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD)
420 return GNULDBackend::readSection(pInput, pSD);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 249 if (!m_Backend.readSection(pInput, *sd)) {

Completed in 1245 milliseconds