Searched refs:readSection (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h113 /// readSection - read target dependent sections
114 bool readSection(Input& pInput, SectionData& pSD);
H A DAArch64LDBackend.cpp536 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) { function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h133 /// readSection - read target dependent sections
134 bool readSection(Input& pInput, SectionData& pSD);
H A DARMLDBackend.cpp619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) { function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h130 /// readSection - read target dependent sections
131 bool readSection(Input& pInput, SectionData& pSD);
H A DHexagonLDBackend.cpp946 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) { function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h146 /// readSection - read a target dependent section
147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; } function in class:mcld::TargetLDBackend
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java239 sections.add(readSection(is, length, marker, skipExtendedContent));
284 private static Section readSection(InputStream is, int length, method in class:XmpDepthDecode
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h91 /// readSection - read a target dependent section.
92 bool readSection(Input& pInput, SectionData& pSD);
H A DMipsLDBackend.cpp448 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) { function in class:mcld::MipsGNULDBackend
495 return GNULDBackend::readSection(pInput, pSD);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp246 if (!m_Backend.readSection(pInput, *sd)) {

Completed in 235 milliseconds