Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h114 bool readSection(Input& pInput, SectionData& pSD);
DAArch64LDBackend.cpp536 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h134 bool readSection(Input& pInput, SectionData& pSD);
DARMLDBackend.cpp619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h131 bool readSection(Input& pInput, SectionData& pSD);
DHexagonLDBackend.cpp946 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::HexagonLDBackend
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java239 sections.add(readSection(is, length, marker, skipExtendedContent)); in parse()
284 private static Section readSection(InputStream is, int length, in readSection() method in XmpDepthDecode
/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; } in readSection() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h92 bool readSection(Input& pInput, SectionData& pSD);
DMipsLDBackend.cpp448 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::MipsGNULDBackend
495 return GNULDBackend::readSection(pInput, pSD); in readSection()
/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp246 if (!m_Backend.readSection(pInput, *sd)) { in readSections()