Home
last modified time | relevance | path

Searched refs:nsp (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
Dctrl-names.s17 ldctl r0,nsp
18 ldctl nsp,r0
/toolchain/binutils/binutils-2.25/binutils/
Ddebug.c604 struct debug_namespace **nsp, const char *name, in debug_add_to_namespace() argument
618 ns = *nsp; in debug_add_to_namespace()
626 *nsp = ns; in debug_add_to_namespace()
642 struct debug_namespace **nsp; in debug_add_to_current_namespace() local
652 nsp = &info->current_block->locals; in debug_add_to_current_namespace()
654 nsp = &info->current_file->globals; in debug_add_to_current_namespace()
656 return debug_add_to_namespace (info, nsp, name, kind, linkage); in debug_add_to_current_namespace()
1123 struct debug_namespace **nsp; in debug_record_variable() local
1140 nsp = &info->current_file->globals; in debug_record_variable()
1149 nsp = &info->current_file->globals; in debug_record_variable()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Daoutx.h1867 struct external_nlist nsp; in NAME() local
1873 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx); in NAME()
1877 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc); in NAME()
1878 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other); in NAME()
1879 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME()
1883 H_PUT_16 (abfd, 0, nsp.e_desc); in NAME()
1884 H_PUT_8 (abfd, 0, nsp.e_other); in NAME()
1885 H_PUT_8 (abfd, 0, nsp.e_type); in NAME()
1888 if (! translate_to_native_sym_flags (abfd, g, &nsp)) in NAME()
1892 if (bfd_bwrite ((void *) &nsp, amt, abfd) != amt) in NAME()
Dpdp11.c1625 struct external_nlist nsp; in NAME() local
1627 PUT_WORD (abfd, 0, nsp.e_unused); in NAME()
1632 PUT_WORD (abfd, indx, nsp.e_strx); in NAME()
1635 H_PUT_8 (abfd, aout_symbol(g)->type, nsp.e_type); in NAME()
1637 H_PUT_8 (abfd, 0, nsp.e_type); in NAME()
1639 if (! translate_to_native_sym_flags (abfd, g, &nsp)) in NAME()
1642 H_PUT_8 (abfd, 0, nsp.e_ovly); in NAME()
1644 if (bfd_bwrite ((void *)&nsp, (bfd_size_type) EXTERNAL_NLIST_SIZE, abfd) in NAME()