Searched refs:ECOFF_UNMARK_STAB (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/coff/
H A Dmips.h117 #define MIPS_UNMARK_STAB ECOFF_UNMARK_STAB
H A Decoff.h142 #define ECOFF_UNMARK_STAB(code) ((code)-CODE_MASK) macro
/freebsd-12-stable/contrib/binutils/bfd/
H A Decofflink.c2311 switch (ECOFF_UNMARK_STAB (sym.index))
2327 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
H A Decoff.c824 switch (ECOFF_UNMARK_STAB (ecoff_sym->index))
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmdebugread.c2639 type_code = ECOFF_UNMARK_STAB (sh.index);
3914 int type_code = ECOFF_UNMARK_STAB (sh.index);
/freebsd-12-stable/contrib/binutils/gas/
H A Decoff.c4035 || ((ECOFF_UNMARK_STAB (indx) != N_LBRAC)
4036 && (ECOFF_UNMARK_STAB (indx) != N_RBRAC))))

Completed in 197 milliseconds