Home
last modified time | relevance | path

Searched refs:N_DATA (Results 1 – 25 of 45) sorted by last modified time

12

/openbsd/usr.sbin/installboot/
H A Di386_nlist.c273 p->n_type = N_DATA; in __elf_fdnlist()
/openbsd/lib/libc/gen/
H A Dnlist.c264 p->n_type = N_DATA; in __fdnlist()
/openbsd/usr.bin/nm/
H A Dnm.c826 case N_DATA: in typeletter()
H A Delf.c268 return (N_DATA); in elf_shn2type()
284 return (N_DATA); in elf_shn2type()
286 return (N_DATA); in elf_shn2type()
288 return (N_DATA); in elf_shn2type()
296 return (N_DATA); in elf_shn2type()
298 return (N_DATA); in elf_shn2type()
339 N_COMM : N_DATA; in elf2nlist()
343 np->nl.n_type = N_DATA; in elf2nlist()
/openbsd/usr.sbin/pstat/
H A Dpstat.c304 nl[i].n_type = N_DATA; in main()
313 if ((nl[i].n_type & N_TYPE) == N_DATA || in main()
/openbsd/usr.sbin/kvm_mkdb/
H A Dnlist.c208 nbuf.n_type = N_DATA; in __elf_knlist()
/openbsd/include/
H A Dnlist.h60 #define N_DATA 0x06 /* data segment */ macro
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h123 #define N_DATA 6 /* Data sym -- defined at offset in data seg */ macro
H A Daout64.h283 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */ macro
/openbsd/gnu/usr.bin/binutils/include/
H A Dbout.h126 #define N_DATA 6 /* Data symbol */ macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c623 case N_DATA: in define_symbol()
H A Dmdebugread.c2757 case N_DATA | N_EXT: in parse_partial_symbols()
2787 case N_DATA: in parse_partial_symbols()
H A Ddbxread.c439 case N_DATA | N_EXT: in record_minimal_symbol()
477 case N_DATA: in record_minimal_symbol()
1045 type = N_DATA; in read_dbx_dynamic_symtab()
1320 case N_DATA | N_EXT: in read_dbx_symtab()
1382 case N_DATA: in read_dbx_symtab()
H A DChangeLog-20033551 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
3554 If there is no .data section, there should be no N_DATA or N_DATA
H A DChangeLog-20012604 * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
H A DChangeLog-19901403 (record_misc_function): Give correct type for N_DATA symbols.
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo2351 @code{n_type} field of the symbol table contains 7, @code{N_DATA} with
3192 @item 0x6 N_DATA
3195 @item 0x7 N_DATA | N_EXT
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.h108 #define N_DATA 6 /* Data symbol */ macro
H A Dobj-vms.c304 N_DATA,
3416 case N_DATA | N_EXT: in VMS_Psect_Spec()
3469 if (S_GET_TYPE (s1P) != N_DATA) in VMS_Initialized_Data_Size()
3502 typ != (N_DATA | N_EXT) && in VMS_Emit_Globalvalues()
3544 case N_DATA | N_EXT: in VMS_Emit_Globalvalues()
3712 case N_DATA | N_EXT: in VMS_Store_PIC_Symbol_Reference()
3754 case N_DATA: in VMS_Store_PIC_Symbol_Reference()
3757 case N_DATA | N_EXT: in VMS_Store_PIC_Symbol_Reference()
4195 if (S_GET_TYPE (sp) != N_DATA) in vms_fixup_data_section()
4364 case N_DATA | N_EXT: in global_symbol_directory()
[all …]
H A Daout_gnu.h240 #define N_DATA 6 macro
H A Dobj-bout.c30 N_DATA,
H A Dobj-bout.h141 #define N_DATA 6 /* Data symbol */ macro
H A Dobj-aout.c37 N_DATA,
342 case N_DATA: S_SET_TYPE (symbolP, N_WEAKD); break;
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-92952546 * config/obj-vms.c (vms_write_object_file, case N_DATA): Use
2578 (vms_write_object_file (GSD symbol loop, case N_DATA)): Never
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsunos.c2355 ? N_DATA

12