Searched refs:st_Global (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ecoff.c | 657 st_Global = stGlobal, /* external symbol */ enumerator 1275 st_Global, /* 2: C_EXT external */ 1278 st_Global, /* 5: C_EXTDEF ??? */ 1657 && (type == st_Global || type == st_Static || type == st_Label in add_ecoff_symbol() 2379 case st_Global: return "Global,"; 4024 st = st_Global; in ecoff_build_symbols()
|
H A D | ChangeLog-9295 | 5052 st_Global. Don't set the index of an external st_Proc or 7694 st_Global. Don't update the symbol index or ifd if the gas symbol
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ecoff.c | 658 st_Global = stGlobal, /* external symbol */ enumerator 1276 st_Global, /* 2: C_EXT external */ 1279 st_Global, /* 5: C_EXTDEF ??? */ 1658 && (type == st_Global || type == st_Static || type == st_Label in add_ecoff_symbol() 2380 case st_Global: return "Global,"; 4023 st = st_Global; in ecoff_build_symbols()
|
H A D | ChangeLog-9295 | 5052 st_Global. Don't set the index of an external st_Proc or 7694 st_Global. Don't update the symbol index or ifd if the gas symbol
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tfile.c | 721 st_Global = stGlobal, /* external symbol */ enumerator 1410 st_Global, /* 2: C_EXT external */ 1413 st_Global, /* 5: C_EXTDEF ??? */ 1907 && (type == st_Global || type == st_Static || type == st_Label 2642 case st_Global: return "Global,"; 4679 case st_Global: in copy_object()
|
H A D | mips-tdump.c | 97 st_Global = stGlobal, /* external symbol */ enumerator 362 case st_Global: return "Global";
|
/openbsd/gnu/gcc/gcc/ |
H A D | mips-tfile.c | 724 st_Global = stGlobal, /* external symbol */ enumerator 1335 st_Global, /* 2: C_EXT external */ 1338 st_Global, /* 5: C_EXTDEF ??? */ 1792 && (type == st_Global || type == st_Static || type == st_Label in add_local_symbol() 2540 case st_Global: return "Global,"; in st_to_string() 4543 case st_Global: in copy_object()
|
H A D | mips-tdump.c | 103 st_Global = stGlobal, /* external symbol */ enumerator 374 case st_Global: return "Global"; in st_to_string()
|