Searched refs:N_FN (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h86 #define N_FN 0x1e /* file name (N_EXT on) */ macro
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h128 #define N_FN 31 /* Filename symbol */ macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h243 #define N_FN 0x1F /* File name of a .o file */
247 (e.g. N_WARNING versus N_FN), they are two different types. */
242 #define N_FN macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h288 #define N_FN 0x1f /* File name of .o file. */
289 #define N_FN_SEQ 0x0C /* N_FN from Sequent compilers (sigh). */
292 (e.g. N_WARNING versus N_FN), they are two different types. */
286 #define N_FN macro
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c385 N_FN : N_ABS;
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c496 case N_FN: strcpy(type, np->n_type&N_EXT ? "fn" : "warn"); break;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c477 case N_FN:
1354 /* We need to be able to deal with both N_FN or N_TEXT,
1357 in another wrinkle -- they renumbered N_FN. */
1359 case N_FN:
2889 case N_FN:
H A Dmdebugread.c2794 /* We need to be able to deal with both N_FN or N_TEXT,
2797 in another wrinkle -- they renumbered N_FN. */
2799 case N_FN:
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1382 || cache_ptr->type == N_FN)
1393 case N_FN:
3003 case N_FN:
3214 || type == N_FN)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c445 case N_FN:

Completed in 138 milliseconds