Searched refs:N_DATA (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/usr.sbin/kgzip/
H A Daouthdr.c59 N_DATA | N_EXT, /* n_type */
69 N_DATA | N_EXT, /* n_type */
/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h74 #define N_DATA 0x06 /* data segment */ macro
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h126 #define N_DATA 6 /* Data symbol */ macro
176 either N_TEXT, N_DATA, or N_BSS to
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h240 #define N_DATA 6
246 N_DATA, or N_BSS. When the low-order bit of other types is set,
271 This symbol acts like a N_DATA global symbol
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
239 #define N_DATA macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h285 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */
291 N_DATA, or N_BSS. When the low-order bit of other types is set,
307 This symbol acts like a N_DATA global symbol
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
283 #define N_DATA macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1223 newsect->target_index = N_DATA;
1396 case N_DATA:
1456 case N_DATA: case N_DATA | N_EXT:
1586 sym_pointer->e_type[0] |= N_DATA;
1630 case N_DATA: type = N_SETD; break;
1645 case N_DATA: type = N_WEAKD; break;
2114 case N_DATA: \
2115 case N_DATA | N_EXT: \
2998 case N_DATA
[all...]
H A Dbout.c798 case N_DATA:
799 case N_DATA | N_EXT:
H A Dsunos.c2273 ? N_DATA
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c394 (sh->sh_flags & SHF_WRITE ? N_DATA : N_TEXT) :
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c486 case N_DATA: strcpy(type, "data"); break;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c445 case N_DATA | N_EXT:
483 case N_DATA:
1054 type = N_DATA;
1329 case N_DATA | N_EXT:
1397 case N_DATA:
H A Dmdebugread.c2774 case N_DATA | N_EXT:
2804 case N_DATA:
H A Dstabsread.c626 case N_DATA:
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c108 list->n_type = N_DATA | N_EXT;

Completed in 159 milliseconds