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

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h125 /// readSection - read a target dependent section
126 virtual bool readSection(Input& pInput, SectionData& pSD) function in class:mcld::TargetLDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h118 /// readSection - read target dependent sections
119 bool readSection(Input& pInput, SectionData& pSD);
H A DARMLDBackend.cpp424 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h131 /// readSection - read target dependent sections
132 bool readSection(Input& pInput, SectionData& pSD);
H A DHexagonLDBackend.cpp947 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp236 if (!m_Backend.readSection(pInput, *sd)) {

Completed in 91 milliseconds