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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h111 /// readSection - read target dependent sections
112 bool readSection(Input& pInput, SectionData& pSD);
H A DAArch64LDBackend.cpp361 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h126 /// readSection - read target dependent sections
127 bool readSection(Input& pInput, SectionData& pSD);
H A DARMLDBackend.cpp504 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) function in class:ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h133 /// readSection - read a target dependent section
134 virtual bool readSection(Input& pInput, SectionData& pSD) function in class:mcld::TargetLDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h132 /// readSection - read target dependent sections
133 bool readSection(Input& pInput, SectionData& pSD);
H A DHexagonLDBackend.cpp971 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h90 /// readSection - read a target dependent section.
91 bool readSection(Input& pInput, SectionData& pSD);
H A DMipsLDBackend.cpp372 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) function in class:MipsGNULDBackend
420 return GNULDBackend::readSection(pInput, pSD);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp249 if (!m_Backend.readSection(pInput, *sd)) {

Completed in 672 milliseconds