Lines Matching refs:frag
454 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size); in readSection() local
455 ObjectBuilder::AppendFragment(*frag, pSD); in readSection()
626 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() local
631 *frag, *tbss_sect_data, (*com_sym)->value()); in allocateCommonSymbols()
633 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols()
637 *frag, *bss_sect_data, (*com_sym)->value()); in allocateCommonSymbols()
639 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols()
653 Fragment* frag = new FillFragment(0x0, 1, (*com_sym)->size()); in allocateCommonSymbols() local
658 *frag, *tbss_sect_data, (*com_sym)->value()); in allocateCommonSymbols()
660 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols()
664 *frag, *bss_sect_data, (*com_sym)->value()); in allocateCommonSymbols()
666 (*com_sym)->setFragmentRef(FragmentRef::Create(*frag, 0)); in allocateCommonSymbols()
772 uint64_t addr = symbol->fragRef()->frag()->getParent()->getSection().addr(); in relaxRelocation()
1232 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in moveSectionData() local
1233 for (frag = from_list.begin(); frag != fragEnd; ++frag) { in moveSectionData()
1234 frag->setParent(&pTo); in moveSectionData()
1235 frag->setOffset(offset); in moveSectionData()
1236 offset += frag->size(); in moveSectionData()