Home | History | Annotate | Download | only in Target

Lines Matching refs:Function

197 /// This function is called after section merging but before read relocations.
1470 // its type to Function
1472 type = ResolveInfo::Function;
1476 /// getSymbolValue - this function is called after layout()
1485 /// getSymbolShndx - this function is called after layout()
1946 /// setOutputSectionOffset - helper function to set a group of output sections'
1992 /// setOutputSectionOffset - helper function to set output sections' address
2441 if (pSymHasPLT && ResolveInfo::Function == pSym.type())
2465 if (pSym.type() != ResolveInfo::Function)
2511 // only the reference from dynamic executable to non-function symbol in
2515 pSym.type() == ResolveInfo::Function ||