Lines Matching refs:Current_Routine
2006 VMS_RSYM_Parse (symbolS *sp, symbolS *Current_Routine ATTRIBUTE_UNUSED, in VMS_RSYM_Parse()
2745 Define_Local_Symbols (symbolS *s0P, symbolS *s2P, symbolS *Current_Routine, in Define_Local_Symbols() argument
2774 VMS_RSYM_Parse (s1P, Current_Routine, Text_Psect); in Define_Local_Symbols()
2786 Define_Routine (symbolS *s0P, int Level, symbolS *Current_Routine, in Define_Routine() argument
2817 Define_Local_Symbols (s0P, s1P, Current_Routine, Text_Psect); in Define_Routine()
2818 s1P = Define_Routine (s1P, Level + 1, Current_Routine, Text_Psect); in Define_Routine()
2831 Define_Local_Symbols (s0P, (symbolS *)0, Current_Routine, Text_Psect); in Define_Routine()
4542 local_symbols_DST (symbolS *s0P, symbolS *Current_Routine) in local_symbols_DST() argument
4551 for (s1P = Current_Routine; s1P; s1P = symbol_next (s1P)) in local_symbols_DST()
4569 Define_Routine (s1P, 0, Current_Routine, Text_Psect); in local_symbols_DST()
4581 symbolS *Current_Routine = 0; in vms_build_DST() local
4700 if (Current_Routine) in vms_build_DST()
4701 VMS_TBT_Routine_End (text_siz, Current_Routine); in vms_build_DST()
4710 Current_Routine = symbolP; in vms_build_DST()
4712 local_symbols_DST (symbolP, Current_Routine); in vms_build_DST()
4796 if (Current_Routine) in vms_build_DST()
4800 text_siz - S_GET_VALUE (Current_Routine), in vms_build_DST()
4804 VMS_TBT_Routine_End (text_siz, Current_Routine); in vms_build_DST()