Searched refs:N_TEXT (Results 1 - 25 of 37) sorted by last modified time

12

/openbsd-current/usr.bin/nm/
H A Dnm.c833 case N_TEXT:
H A Delf.c263 return (N_TEXT);
276 return (N_TEXT);
278 return (N_TEXT);
354 np->nl.n_type = type < 0? N_TEXT : type;
379 np->nl.n_type = N_TEXT;
/openbsd-current/usr.sbin/installboot/
H A Di386_installboot.c923 if (nl->n_type != (N_TEXT))
H A Di386_nlist.c276 p->n_type = N_TEXT;
/openbsd-current/lib/libc/gen/
H A Dnlist.c267 p->n_type = N_TEXT;
/openbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist.c205 nbuf.n_type = N_TEXT;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h240 #define N_TEXT 4
246 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
432 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
239 #define N_TEXT macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Daout_gnu.h240 #define N_TEXT 4
246 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
432 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
239 #define N_TEXT macro
H A Dobj-aout.c36 N_TEXT,
54 SEG_TEXT, /* N_TEXT == 4 */
341 case N_TEXT: S_SET_TYPE (symbolP, N_WEAKT); break;
H A Dobj-bout.c29 N_TEXT,
47 SEG_TEXT, /* N_TEXT == 4 */
H A Dobj-bout.h140 #define N_TEXT 4 /* Text symbol */ macro
H A Dobj-vms.c304 N_TEXT,
322 SEG_TEXT, /* N_TEXT == 4 */
838 if (!S_IS_DEBUG (symbolP) && S_GET_TYPE (symbolP) == N_TEXT)
1948 if (S_IS_DEBUG (sp1) || (S_GET_TYPE (sp1) != N_TEXT))
2067 case N_TEXT | N_EXT:
3734 case N_TEXT | N_EXT:
3766 case N_TEXT:
3863 S_IS_EXTERNAL (symbolP) && (S_GET_TYPE (symbolP) == N_TEXT))
4103 (S_GET_TYPE (fixP->fx_addsy) != N_TEXT))
4239 (S_GET_TYPE (fixP->fx_addsy) != N_TEXT))
[all...]
/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 */
123 #define N_TEXT 4 /* Text sym -- defined at offset in text seg */
129 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
225 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
122 #define N_TEXT macro
H A Daout64.h284 #define N_TEXT 4 /* Text sym -- defined at offset in text seg. */
290 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
282 #define N_TEXT macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h125 #define N_TEXT 4 /* Text symbol */ macro
176 either N_TEXT, N_DATA, or N_BSS to
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dhp300hpux.c391 new_type = N_TEXT;
430 case N_TEXT | N_EXT:
663 r_index = N_TEXT;
H A Di386lynx.c318 case N_TEXT: \
319 case N_TEXT | N_EXT: \
H A Dpdp11.c159 #undef N_TEXT macro
168 #define N_TEXT 0x02 /* Text segment. */ macro
1117 newsect->target_index = N_TEXT;
1289 case N_TEXT:
1340 case N_TEXT: case N_TEXT | N_EXT:
1400 sym_pointer->e_type[0] |= N_TEXT;
1758 case N_TEXT: \
1759 case N_TEXT | N_EXT: \
2227 case N_TEXT
[all...]
H A Dsunos.c2284 ? N_TEXT
H A Daout-adobe.c107 case N_TEXT:
172 case N_TEXT:
H A Daoutx.h1195 newsect->target_index = N_TEXT;
1374 case N_TEXT:
1425 case N_TEXT: case N_TEXT | N_EXT:
1566 sym_pointer->e_type[0] |= N_TEXT;
1580 sym_pointer->e_type[0] |= N_TEXT;
1611 case N_TEXT: type = N_SETT; break;
1626 case N_TEXT: type = N_WEAKT; break;
2088 case N_TEXT: \
2089 case N_TEXT | N_EX
[all...]
H A Dbout.c778 case N_TEXT:
779 case N_TEXT | N_EXT:
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c623 case N_TEXT:
H A Dmdebugread.c2760 case N_TEXT | N_EXT:
2785 /* We need to be able to deal with both N_FN or N_TEXT,
2792 case N_TEXT:
H A Ddbxread.c439 case N_TEXT | N_EXT:
474 case N_TEXT:
1048 type = N_TEXT;
1323 case N_TEXT | N_EXT:
1353 /* We need to be able to deal with both N_FN or N_TEXT,
1360 case N_TEXT:
2511 if (nlist.n_type == N_TEXT)
2579 else if (type == N_TEXT)
2601 else if (type & N_EXT || type == (unsigned char) N_TEXT

Completed in 392 milliseconds

12