Home | History | Annotate | Download | only in API

Lines Matching refs:abi_sp

2649         ABISP abi_sp;
2652 abi_sp = process_sp->GetABI();
2654 abi_sp = ABI::FindPlugin(target_sp->GetArchitecture());
2655 if (abi_sp)
2656 return abi_sp->GetRedZoneSize();