Home | History | Annotate | Download | only in priv

Lines Matching refs:RetLoc

407    RetLoc;
409 extern void ppRetLoc ( RetLoc rloc );
411 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
413 return (RetLoc){pri, 0};
416 static inline RetLoc mk_RetLoc_spRel ( RetLocPrimary pri, Int off ) {
418 return (RetLoc){pri, off};
421 static inline Bool is_sane_RetLoc ( RetLoc rloc ) {
432 static inline RetLoc mk_RetLoc_INVALID ( void ) {
433 return (RetLoc){RLPri_INVALID, 0};
436 static inline Bool is_RetLoc_INVALID ( RetLoc rl ) {