Searched refs:readSection (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.h | 114 bool readSection(Input& pInput, SectionData& pSD);
|
D | AArch64LDBackend.cpp | 536 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::AArch64GNULDBackend
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.h | 134 bool readSection(Input& pInput, SectionData& pSD);
|
D | ARMLDBackend.cpp | 619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::ARMGNULDBackend
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.h | 131 bool readSection(Input& pInput, SectionData& pSD);
|
D | HexagonLDBackend.cpp | 946 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection() function in mcld::HexagonLDBackend
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 239 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/ |
D | TargetLDBackend.h | 147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; } in readSection() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 92 bool readSection(Input& pInput, SectionData& pSD);
|
D | MipsLDBackend.cpp | 448 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/ |
D | ELFObjectReader.cpp | 246 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
|