Searched refs:N_SETV (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dstab-syms.c42 __define_name (N_SETV, "SETV")/* Pointer to set vector in data area. */ \
H A Daoutx.h1449 /* N_SETV symbols used to represent set vectors placed in the
1455 case N_SETV: case N_SETV | N_EXT:
3002 case N_SETV:
3029 case N_SETV | N_EXT:
3030 /* Treat N_SETV symbols as N_DATA symbol; see comment in
/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h84 #define N_SETV 0x1c /* Pointer to set vector in data area. */ macro
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c71 #ifndef N_SETV
72 #define N_SETV 0x1C /* Pointer to set vector in data area. */ macro
495 case N_SETV: strcpy(type, "setv"); break;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h269 The address of the set is made into an N_SETV symbol
281 #define N_SETV 0x1C /* Pointer to set vector in data area. */
280 #define N_SETV macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h305 The address of the set is made into an N_SETV symbol
317 #define N_SETV 0x1C /* Pointer to set vector in data area. */
315 #define N_SETV macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c460 #ifdef N_SETV
461 case N_SETV | N_EXT:
466 case N_SETV:
467 /* I don't think this type actually exists; since a N_SETV is the result
1337 case N_SETV | N_EXT: /* FIXME, is this in BSS? */
1461 case N_SETV:
H A Dmdebugread.c2782 case N_SETV | N_EXT: /* FIXME, is this in BSS? */
2836 case N_SETV:

Completed in 161 milliseconds