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

/freebsd-11-stable/lib/libkvm/
H A Dkvm.c728 p->n_type = N_TEXT;
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c485 case N_TEXT: strcpy(type, "text"); break;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c440 case N_TEXT | N_EXT:
475 case N_TEXT:
1049 type = N_TEXT;
1324 case N_TEXT | N_EXT:
1354 /* We need to be able to deal with both N_FN or N_TEXT,
1361 case N_TEXT:
2518 if (nlist.n_type == N_TEXT)
2586 else if (type == N_TEXT)
2608 else if (type & N_EXT || type == (unsigned char) N_TEXT
H A Dmdebugread.c2769 case N_TEXT | N_EXT:
2794 /* We need to be able to deal with both N_FN or N_TEXT,
2801 case N_TEXT:
H A Dstabsread.c623 case N_TEXT:
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h125 #define N_TEXT 4 /* Text symbol */ macro
176 either N_TEXT, N_DATA, or N_BSS to
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1218 newsect->target_index = N_TEXT;
1392 case N_TEXT:
1443 case N_TEXT: case N_TEXT | N_EXT:
1584 sym_pointer->e_type[0] |= N_TEXT;
1598 sym_pointer->e_type[0] |= N_TEXT;
1629 case N_TEXT: type = N_SETT; break;
1644 case N_TEXT: type = N_WEAKT; break;
2109 case N_TEXT: \
2110 case N_TEXT | N_EX
[all...]
H A Dbout.c793 case N_TEXT:
794 case N_TEXT | N_EXT:
H A Dsunos.c2269 ? N_TEXT
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h239 #define N_TEXT 4
245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
238 #define N_TEXT macro
/freebsd-11-stable/contrib/binutils/include/aout/
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
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c394 (sh->sh_flags & SHF_WRITE ? N_DATA : N_TEXT) :
/freebsd-11-stable/usr.bin/gprof/
H A Daout.c199 if ( ! ( ( nlistp -> n_type == ( N_TEXT | N_EXT ) )
200 || ( ( nlistp -> n_type == N_TEXT ) && ( aflag == 0 ) ) ) ) {
/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h73 #define N_TEXT 0x04 /* text segment */ macro

Completed in 180 milliseconds