Searched defs:fragEnd (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp36 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
37 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp65 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
66 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
H A DAArch64PLT.cpp52 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
53 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp61 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
62 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
H A DARMPLT.cpp51 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
52 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp139 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); local
140 for (frag = from_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp88 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
89 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
H A DHexagonLDBackend.cpp931 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); local
938 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
1001 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); local
1008 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
1039 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp78 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
79 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp115 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
116 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp670 SectionData::const_iterator fragIter, fragEnd = pSD.end(); local
672 for (fragIter = pSD.begin(); fragIter != fragEnd; ++fragIter) {

Completed in 757 milliseconds