Home
last modified time | relevance | path

Searched refs:N_DATA (Results 1 – 25 of 27) sorted by relevance

12

/mirbsd/src/sys/arch/sparc/stand/installboot/
Dinstallboot.c226 if (nl[X_BLOCKTABLE].n_type != N_DATA + N_EXT) {
228 nl[X_BLOCKTABLE].n_un.n_name, N_DATA + N_EXT,
232 if (nl[X_BLOCKCOUNT].n_type != N_DATA + N_EXT) {
234 nl[X_BLOCKCOUNT].n_un.n_name, N_DATA + N_EXT,
238 if (nl[X_BLOCKSIZE].n_type != N_DATA + N_EXT) {
240 nl[X_BLOCKSIZE].n_un.n_name, N_DATA + N_EXT,
/mirbsd/src/include/
Dnlist.h60 #define N_DATA 0x06 /* data segment */ macro
/mirbsd/src/sys/ddb/
Ddb_aout.h62 #define N_DATA 0x06 /* data segment */ macro
Ddb_aout.c395 case N_DATA:
/mirbsd/src/gnu/usr.bin/binutils/include/
Dbout.h126 #define N_DATA 6 /* Data symbol */ macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Daoutx.h1205 newsect->target_index = N_DATA; in NAME()
1382 case N_DATA: in translate_from_native_sym_flags()
1442 case N_DATA: case N_DATA | N_EXT: in translate_from_native_sym_flags()
1572 sym_pointer->e_type[0] |= N_DATA; in translate_to_native_sym_flags()
1616 case N_DATA: type = N_SETD; break; in translate_to_native_sym_flags()
1631 case N_DATA: type = N_WEAKD; break; in translate_to_native_sym_flags()
2092 case N_DATA: \
2093 case N_DATA | N_EXT: \
2971 case N_DATA: in aout_link_add_symbols()
3001 case N_DATA | N_EXT: in aout_link_add_symbols()
[all …]
Dpdp11.c159 #undef N_DATA
168 #define N_DATA 0x03 /* Data segment. */ macro
1128 newsect->target_index = N_DATA; in NAME()
1295 case N_DATA: in translate_from_native_sym_flags()
1348 case N_DATA: case N_DATA | N_EXT: in translate_from_native_sym_flags()
1404 sym_pointer->e_type[0] |= N_DATA; in translate_to_native_sym_flags()
1760 case N_DATA: \
1761 case N_DATA | N_EXT: \
2587 || type == (N_DATA | N_EXT) in aout_link_check_ar_symbols()
2780 case N_DATA: in aout_link_add_symbols()
[all …]
Dhp300hpux.c395 new_type = N_DATA;
433 case N_DATA | N_EXT:
666 r_index = N_DATA;
Daout-adobe.c112 case N_DATA: in aout_adobe_callback()
177 case N_DATA: in aout_adobe_callback()
Di386lynx.c322 case N_DATA: \
323 case N_DATA | N_EXT: \
Dbout.c782 case N_DATA: in b_out_slurp_reloc_table()
783 case N_DATA | N_EXT: in b_out_slurp_reloc_table()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-aout.c37 N_DATA,
297 case N_DATA: S_SET_TYPE (symbolP, N_WEAKD); break; in obj_emit_symbols()
Daout_gnu.h239 #define N_DATA 6 macro
Dobj-bout.c30 N_DATA,
Dobj-bout.h137 #define N_DATA 6 /* Data symbol. */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dadobe.h123 #define N_DATA 6 /* Data sym -- defined at offset in data seg */ macro
Daout64.h283 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */ macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddbxread.c441 case N_DATA | N_EXT: in record_minimal_symbol()
479 case N_DATA: in record_minimal_symbol()
1047 type = N_DATA; in read_dbx_dynamic_symtab()
1322 case N_DATA | N_EXT: in read_dbx_symtab()
1384 case N_DATA: in read_dbx_symtab()
Dmdebugread.c2787 case N_DATA | N_EXT: in parse_partial_symbols()
2817 case N_DATA: in parse_partial_symbols()
Dstabsread.c623 case N_DATA: in define_symbol()
/mirbsd/src/lib/libc/gen/
Dfnlist.c329 p->n_type = N_DATA; in __elf_fnlist()
Dnlist.c467 p->n_type = N_DATA; in __elf_fdnlist()
/mirbsd/src/usr.sbin/kvm_mkdb/
Dnlist.c440 nbuf.n_type = N_DATA; in __elf_knlist()
/mirbsd/src/sys/arch/i386/stand/installboot/
Dinstallboot.c438 if (nlp->n_type != (N_TEXT) && nlp->n_type != (N_DATA)) { in loadprotoblocks()
/mirbsd/src/usr.bin/elf2aout/
Delf2aout.c222 symTypeTable[i] = N_DATA; in main()

12