Searched refs:stash (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dprocs.h3 extern char *stash();
H A Dmain.h28 extern char *stash();
H A Dxebec.c124 synonyms[llattr->llabase[0].syn.type] = stash( llattr->llabase[2].ID.address );
154 llattr->llabase[2].setdef.address = stash( llattr->llabase[0].partrest.address );
234 llattr->llabase[0].predicatepart.string = stash ( llattr->llabase[1].PREDICATE.address );
H A Dsets.c338 onew->obj_name = stash(adr);
341 onew->obj_struc = struc?stash(struc):struc;
368 onew->obj_name = stash(adr);
H A Dllscan.c394 TVAL.FSTRING.address = stash(buffer[currentbuf]);
H A Dprocs.c402 stash(char *buf) function
416 fprintf(stdout,"stash %s at %p\n", c,c);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf1.c65 /* Linked starting from stash->lastUnit. */
139 then attached into the 'stash' at 'stash->lastUnit'. */
142 alloc_dwarf1_unit (struct dwarf1_debug* stash) argument
146 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
149 x->prev = stash->lastUnit;
150 stash->lastUnit = x;
160 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) argument
164 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
268 parse_line_table (struct dwarf1_debug* stash, struc argument
346 parse_functions_in_unit(struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) argument
389 dwarf1_unit_find_nearest_line(struct dwarf1_debug* stash, struct dwarf1_unit* aUnit, unsigned long addr, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr) argument
460 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
[all...]
H A Ddwarf2.c242 struct dwarf2_debug *stash; member in struct:comp_unit
597 struct dwarf2_debug *stash = unit->stash; local
607 if (! read_section (unit->abfd, debug_str, stash->syms, offset,
608 &stash->dwarf_str_buffer, &stash->dwarf_str_size))
611 str = (char *) stash->dwarf_str_buffer + offset;
680 read_abbrevs (bfd *abfd, bfd_uint64_t offset, struct dwarf2_debug *stash) argument
689 if (! read_section (abfd, debug_abbrev, stash->syms, offset,
690 &stash
1385 decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
1811 struct dwarf2_debug *stash = unit->stash; local
2311 parse_comp_unit(struct dwarf2_debug *stash, bfd_vma unit_length, bfd_byte *info_ptr_unit, unsigned int offset_size) argument
2504 comp_unit_find_nearest_line(struct comp_unit *unit, bfd_vma addr, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
2558 comp_unit_maybe_decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
2600 comp_unit_find_line(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
2655 comp_unit_hash_info(struct dwarf2_debug *stash, struct comp_unit *unit, struct info_hash_table *funcinfo_hash_table, struct info_hash_table *varinfo_hash_table) argument
2755 unset_sections(struct dwarf2_debug *stash) argument
2770 place_sections(bfd *abfd, struct dwarf2_debug *stash) argument
2970 stash_maybe_update_info_hash_tables(struct dwarf2_debug *stash) argument
3001 stash_verify_info_hash_table(struct dwarf2_debug *stash) argument
3057 stash_maybe_enable_info_hash_tables(bfd *abfd, struct dwarf2_debug *stash) argument
3089 stash_find_line_fast(struct dwarf2_debug *stash, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr) argument
3135 struct dwarf2_debug *stash; local
3485 struct dwarf2_debug *stash; local
3509 struct dwarf2_debug *stash; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf1.c65 /* Linked starting from stash->lastUnit. */
139 then attached into the 'stash' at 'stash->lastUnit'. */
142 alloc_dwarf1_unit (struct dwarf1_debug* stash) argument
146 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
149 x->prev = stash->lastUnit;
150 stash->lastUnit = x;
160 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) argument
164 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
268 parse_line_table (struct dwarf1_debug* stash, struc argument
346 parse_functions_in_unit(struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) argument
389 dwarf1_unit_find_nearest_line(struct dwarf1_debug* stash, struct dwarf1_unit* aUnit, unsigned long addr, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr) argument
460 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
[all...]
H A Ddwarf2.c242 struct dwarf2_debug *stash; member in struct:comp_unit
597 struct dwarf2_debug *stash = unit->stash; local
607 if (! read_section (unit->abfd, debug_str, stash->syms, offset,
608 &stash->dwarf_str_buffer, &stash->dwarf_str_size))
611 str = (char *) stash->dwarf_str_buffer + offset;
680 read_abbrevs (bfd *abfd, bfd_uint64_t offset, struct dwarf2_debug *stash) argument
689 if (! read_section (abfd, debug_abbrev, stash->syms, offset,
690 &stash
1385 decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
1811 struct dwarf2_debug *stash = unit->stash; local
2310 parse_comp_unit(struct dwarf2_debug *stash, bfd_vma unit_length, bfd_byte *info_ptr_unit, unsigned int offset_size) argument
2503 comp_unit_find_nearest_line(struct comp_unit *unit, bfd_vma addr, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
2557 comp_unit_maybe_decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
2599 comp_unit_find_line(struct comp_unit *unit, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr, struct dwarf2_debug *stash) argument
2654 comp_unit_hash_info(struct dwarf2_debug *stash, struct comp_unit *unit, struct info_hash_table *funcinfo_hash_table, struct info_hash_table *varinfo_hash_table) argument
2754 unset_sections(struct dwarf2_debug *stash) argument
2769 place_sections(bfd *abfd, struct dwarf2_debug *stash) argument
2969 stash_maybe_update_info_hash_tables(struct dwarf2_debug *stash) argument
3000 stash_verify_info_hash_table(struct dwarf2_debug *stash) argument
3056 stash_maybe_enable_info_hash_tables(bfd *abfd, struct dwarf2_debug *stash) argument
3088 stash_find_line_fast(struct dwarf2_debug *stash, asymbol *sym, bfd_vma addr, const char **filename_ptr, unsigned int *linenumber_ptr) argument
3134 struct dwarf2_debug *stash; local
3484 struct dwarf2_debug *stash; local
3508 struct dwarf2_debug *stash; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dswapcontext.S45 PTR_S a0, 0(sp) # stash away oucp
46 PTR_S a1, SZREG(sp) # stash away ucp
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/common/
H A Ditecons.c158 * i store the key into the stash removing on read op later;
163 static int stash = 0; local
169 if (stash) {
170 c = stash;
172 stash = 0;
207 stash = c;
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/sys/
H A Dcerror.S27 mr %r31,%r3 # stash away in callee-saved register
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/sys/
H A Dcerror.S19 mr %r31,%r3 # stash away in callee-saved register
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/sbin/kadmin/
H A DMakefile31 stash.c \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kadmin/
H A Dstash.c44 stash(struct stash_options *opt, int argc, char **argv) function
52 krb5_warnx(context, "stash is only available in local (-l) mode");
100 printf("Using random master stash password: %s\n", buf);
H A DNTMakefile63 $(OBJ)\stash.obj \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-world.asm112 /* stash CR */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1121 HV *stash = SvSTASH(SvRV(obj)); local
1122 GV *gv = *(GV**) hv_fetch(stash, "OWNER", 5, TRUE);
1143 HV *stash; local
1145 stash=SvSTASH(SvRV(obj));
1148 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE);
1150 gv_init(gv, stash, "OWNER", 5, FALSE);
1159 sv_bless(sv, stash);
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dlocore.s1200 movl %d0,%a0@(4) | stash USTP
1233 movl %d0,_C_LABEL(protorp)+4 | stash USTP
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dlocore.s1019 movl %d0,%a0@(4) | stash USTP
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Dlocore.s1179 movl %d0,%a0@(4) | stash USTP
1212 movl %d0,_C_LABEL(protorp)+4 | stash USTP
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/luna68k/
H A Dlocore.s990 movl %d0,%a0@(4) | stash USTP
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dlocore.s1294 movl %d0,%a0@(4) | stash USTP
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/cesfic/
H A Dlocore.s1013 movl %d0,%a0@(4) | stash USTP

Completed in 183 milliseconds

12