Home | History | Annotate | Download | only in priv

Lines Matching refs:RetLoc

278    RetLoc;
280 extern void ppRetLoc ( RetLoc rloc );
282 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
284 return (RetLoc){pri, 0};
287 static inline RetLoc mk_RetLoc_spRel ( RetLocPrimary pri, Int off ) {
289 return (RetLoc){pri, off};
292 static inline Bool is_sane_RetLoc ( RetLoc rloc ) {
303 static inline RetLoc mk_RetLoc_INVALID ( void ) {
304 return (RetLoc){RLPri_INVALID, 0};
307 static inline Bool is_RetLoc_INVALID ( RetLoc rl ) {