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

12

/openbsd-current/include/
H A Dnlist.h60 #define N_DATA 0x06 /* data segment */ macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbout.h126 #define N_DATA 6 /* Data symbol */ macro
176 either N_TEXT, N_DATA, or N_BSS to
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h126 #define N_DATA 6 /* Data symbol */ macro
176 either N_TEXT, N_DATA, or N_BSS to
/openbsd-current/usr.bin/nm/
H A Delf.c268 return (N_DATA);
284 return (N_DATA);
286 return (N_DATA);
288 return (N_DATA);
296 return (N_DATA);
298 return (N_DATA);
339 N_COMM : N_DATA;
343 np->nl.n_type = N_DATA;
/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h73 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */
124 #define N_DATA 6 /* Data sym -- defined at offset in data seg */
130 N_DATA, or N_BSS. When the low-order bit of other types is set,
146 This symbol acts like a N_DATA global symbol
225 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
123 #define N_DATA macro
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
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h73 unsigned int a_type:8; /* Segment type N_TEXT, N_DATA, 0 */
124 #define N_DATA 6 /* Data sym -- defined at offset in data seg */
130 N_DATA, or N_BSS. When the low-order bit of other types is set,
146 This symbol acts like a N_DATA global symbol
225 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
123 #define N_DATA macro
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
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dhp300hpux.c395 new_type = N_DATA;
433 case N_DATA | N_EXT:
666 r_index = N_DATA;
H A Di386lynx.c323 case N_DATA: \
324 case N_DATA | N_EXT: \
H A Dpdp11.c326 #undef N_DATA macro
335 #define N_DATA 0x03 /* data segment */ macro
1411 newsect->target_index = N_DATA;
1584 case N_DATA:
1637 case N_DATA: case N_DATA | N_EXT:
1695 sym_pointer->e_type[0] |= N_DATA;
1729 case N_DATA: type = N_SETD; break;
1746 case N_DATA: type = N_WEAKD; break;
2135 case N_DATA
[all...]
H A Daoutx.h1252 newsect->target_index = N_DATA;
1433 case N_DATA:
1493 case N_DATA: case N_DATA | N_EXT:
1563 cache_ptr->type = N_DATA;
1706 sym_pointer->e_type[0] |= N_DATA;
1750 case N_DATA: type = N_SETD; break;
1765 case N_DATA: type = N_WEAKD; break;
2253 case N_DATA: \
2254 case N_DATA | N_EX
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dhp300hpux.c395 new_type = N_DATA;
433 case N_DATA | N_EXT:
666 r_index = N_DATA;
H A Daout-adobe.c112 case N_DATA:
177 case N_DATA:
H A Di386lynx.c323 case N_DATA: \
324 case N_DATA | N_EXT: \
H A Dpdp11.c160 #undef N_DATA macro
169 #define N_DATA 0x03 /* Data segment. */ macro
1125 newsect->target_index = N_DATA;
1293 case N_DATA:
1346 case N_DATA: case N_DATA | N_EXT:
1402 sym_pointer->e_type[0] |= N_DATA;
1763 case N_DATA: \
1764 case N_DATA | N_EXT: \
2594 || type == (N_DATA | N_EX
[all...]
H A Daoutx.h1202 newsect->target_index = N_DATA;
1378 case N_DATA:
1438 case N_DATA: case N_DATA | N_EXT:
1568 sym_pointer->e_type[0] |= N_DATA;
1612 case N_DATA: type = N_SETD; break;
1627 case N_DATA: type = N_WEAKD; break;
2093 case N_DATA: \
2094 case N_DATA | N_EXT: \
2976 case N_DATA
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-aout.c37 N_DATA,
56 SEG_DATA, /* N_DATA == 6 */
342 case N_DATA: S_SET_TYPE (symbolP, N_WEAKD); break;
H A Dobj-vms.c305 N_DATA,
324 SEG_DATA, /* N_DATA == 6 */
1992 VMS_stab_parse (sp, 'G', (N_UNDF | N_EXT), (N_DATA | N_EXT), Text_Psect);
2004 VMS_stab_parse (sp, 'S', N_DATA, -1, Text_Psect);
3430 case N_DATA | N_EXT:
3484 if (S_GET_TYPE (s1P) != N_DATA)
3517 typ != (N_DATA | N_EXT) &&
3559 case N_DATA | N_EXT:
3731 case N_DATA | N_EXT:
3773 case N_DATA
[all...]
H A Daout_gnu.h241 #define N_DATA 6
247 N_DATA, or N_BSS. When the low-order bit of other types is set,
272 This symbol acts like a N_DATA global symbol
432 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 #define N_DATA macro
H A Dobj-bout.h141 #define N_DATA 6 /* Data symbol */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h241 #define N_DATA 6
247 N_DATA, or N_BSS. When the low-order bit of other types is set,
272 This symbol acts like a N_DATA global symbol
432 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 #define N_DATA macro
/openbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist.c208 nbuf.n_type = N_DATA;
/openbsd-current/lib/libc/gen/
H A Dnlist.c264 p->n_type = N_DATA;
/openbsd-current/usr.sbin/installboot/
H A Di386_nlist.c273 p->n_type = N_DATA;

Completed in 378 milliseconds

12