Home
last modified time | relevance | path

Searched refs:s_mips_globl (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mips.c1042 static void s_mips_globl (int);
1152 {"globl", s_mips_globl, 0},
1153 {"global", s_mips_globl, 0},
12612 s_mips_globl (int x ATTRIBUTE_UNUSED) in s_mips_globl() function
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-96975777 * config/tc-mips.c (s_mips_globl): Set BSF_OBJECT if it is not
DChangeLog-92955049 (s_mips_globl): New static function; needed for Irix 5 support.