Searched defs:fragEnd (Results  1 – 14 of 14) sorted by relevance
| /frameworks/compile/mclinker/lib/Target/ | 
| D | GOT.cpp | 33   SectionData::iterator frag, fragEnd = m_SectionData->end();  in finalizeSectionSize()  local
 | 
| /frameworks/compile/mclinker/lib/Target/Mips/ | 
| D | MipsPLT.cpp | 67   SectionData::iterator frag, fragEnd = m_pSectionData->end();  in finalizeSectionSize()  local
 | 
| D | MipsLDBackend.cpp | 1232   SectionData::FragmentListType::iterator frag, fragEnd = from_list.end();  in moveSectionData()  local
 | 
| /frameworks/compile/mclinker/lib/Target/ARM/ | 
| D | ARMGOT.cpp | 55   SectionData::iterator frag, fragEnd = m_SectionData->end();  in finalizeSectionSize()  local
 | 
| D | ARMPLT.cpp | 48   SectionData::iterator frag, fragEnd = m_pSectionData->end();  in finalizeSectionSize()  local
 | 
| D | ARMLDBackend.cpp | 529       SectionData::FragmentListType::iterator fragEnd = src.end();  in mergeSection()  local
 | 
| /frameworks/compile/mclinker/lib/Target/AArch64/ | 
| D | AArch64GOT.cpp | 58   SectionData::iterator frag, fragEnd = m_SectionData->end();  in finalizeSectionSize()  local
 | 
| D | AArch64PLT.cpp | 51   SectionData::iterator frag, fragEnd = m_pSectionData->end();  in finalizeSectionSize()  local
 | 
| /frameworks/compile/mclinker/lib/Object/ | 
| D | ObjectBuilder.cpp | 151   SectionData::FragmentListType::iterator frag, fragEnd = from_list.end();  in MoveSectionData()  local
 | 
| /frameworks/compile/mclinker/lib/Target/Hexagon/ | 
| D | HexagonPLT.cpp | 80   SectionData::iterator frag, fragEnd = m_pSectionData->end();  in finalizeSectionSize()  local
 | 
| D | HexagonLDBackend.cpp | 906   SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();  in MoveCommonData()  local973   SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();  in MoveSectionDataAndSort()  local
 
 | 
| /frameworks/compile/mclinker/lib/Target/X86/ | 
| D | X86PLT.cpp | 103   SectionData::iterator frag, fragEnd = m_pSectionData->end();  in finalizeSectionSize()  local
 | 
| /frameworks/compile/mclinker/lib/LD/ | 
| D | IdenticalCodeFolding.cpp | 217   SectionData::const_iterator frag, fragEnd = sect->getSectionData()->end();  in initConstantContent()  local
 | 
| D | ELFObjectWriter.cpp | 651   SectionData::const_iterator fragIter, fragEnd = pSD.end();  in emitSectionData()  local
 |