| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | dwarf1.c | 141 alloc_dwarf1_unit (struct dwarf1_debug* stash) in alloc_dwarf1_unit() argument 145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt); in alloc_dwarf1_unit() 148 x->prev = stash->lastUnit; in alloc_dwarf1_unit() 149 stash->lastUnit = x; in alloc_dwarf1_unit() 159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in alloc_dwarf1_func() argument 163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt); in alloc_dwarf1_func() 293 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in parse_line_table() argument 298 if (stash->line_section == 0) in parse_line_table() 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); in parse_line_table() 308 stash->line_section in parse_line_table() [all …]
|
| H A D | dwarf2.c | 421 struct dwarf2_debug *stash; member 899 struct dwarf2_debug *stash = unit->stash; in read_indirect_string() local 914 if (! read_section (unit->abfd, &stash->debug_sections[debug_str], in read_indirect_string() 933 struct dwarf2_debug *stash = unit->stash; in read_indirect_line_string() local 948 if (! read_section (unit->abfd, &stash->debug_sections[debug_line_str], in read_indirect_line_string() 970 struct dwarf2_debug *stash = unit->stash; in read_alt_indirect_string() local 984 if (stash->alt.bfd_ptr == NULL) in read_alt_indirect_string() 1003 stash->alt.bfd_ptr = debug_bfd; in read_alt_indirect_string() 1006 if (! read_section (unit->stash->alt.bfd_ptr, in read_alt_indirect_string() 1007 stash->debug_sections + debug_str_alt, in read_alt_indirect_string() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | dwarf1.c | 141 alloc_dwarf1_unit (struct dwarf1_debug* stash) in alloc_dwarf1_unit() argument 145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt); in alloc_dwarf1_unit() 148 x->prev = stash->lastUnit; in alloc_dwarf1_unit() 149 stash->lastUnit = x; in alloc_dwarf1_unit() 159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in alloc_dwarf1_func() argument 163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt); in alloc_dwarf1_func() 293 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in parse_line_table() argument 298 if (stash->line_section == 0) in parse_line_table() 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); in parse_line_table() 308 stash->line_section in parse_line_table() [all …]
|
| H A D | dwarf2.c | 374 struct dwarf2_debug *stash; member 851 struct dwarf2_debug *stash = unit->stash; in read_indirect_string() local 866 if (! read_section (unit->abfd, &stash->debug_sections[debug_str], in read_indirect_string() 885 struct dwarf2_debug *stash = unit->stash; in read_indirect_line_string() local 900 if (! read_section (unit->abfd, &stash->debug_sections[debug_line_str], in read_indirect_line_string() 922 struct dwarf2_debug *stash = unit->stash; in read_alt_indirect_string() local 936 if (stash->alt.bfd_ptr == NULL) in read_alt_indirect_string() 955 stash->alt.bfd_ptr = debug_bfd; in read_alt_indirect_string() 958 if (! read_section (unit->stash->alt.bfd_ptr, in read_alt_indirect_string() 959 stash->debug_sections + debug_str_alt, in read_alt_indirect_string() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_gtt.c | 22 void stash_init(struct pagestash *stash) in stash_init() argument 24 pagevec_init(&stash->pvec); in stash_init() 25 spin_lock_init(&stash->lock); in stash_init() 28 static struct page *stash_pop_page(struct pagestash *stash) in stash_pop_page() argument 32 spin_lock(&stash->lock); in stash_pop_page() 33 if (likely(stash->pvec.nr)) in stash_pop_page() 34 page = stash->pvec.pages[--stash->pvec.nr]; in stash_pop_page() 35 spin_unlock(&stash->lock); in stash_pop_page() 40 static void stash_push_pagevec(struct pagestash *stash, struct pagevec *pvec) in stash_push_pagevec() argument 44 spin_lock_nested(&stash->lock, SINGLE_DEPTH_NESTING); in stash_push_pagevec() [all …]
|
| H A D | intel_gtt.h | 247 void stash_init(struct pagestash *stash);
|
| /netbsd-src/sys/arch/hppa/stand/common/ |
| H A D | itecons.c | 163 static int stash = 0; in ite_getc() local 169 if (stash) { in ite_getc() 170 c = stash; in ite_getc() 172 stash = 0; in ite_getc() 207 stash = c; in ite_getc()
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | krb5.conf | 12 key_stash_file = @TESTDIR@/kdc.stash 27 mkey_file = @TESTDIR@/kdc.stash
|
| /netbsd-src/lib/libc/arch/mips/gen/ |
| H A D | swapcontext.S | 46 PTR_S a0, 0(sp) # stash away oucp 47 PTR_S a1, SZREG(sp) # stash away ucp
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
| H A D | krb5-mit.conf.in | 9 mkey_file = @srcdir@/mit-db-master-stash
|
| /netbsd-src/lib/libc/arch/powerpc64/sys/ |
| H A D | cerror.S | 22 mr %r31,%r3 # stash away in callee-saved register
|
| /netbsd-src/lib/libc/arch/powerpc/sys/ |
| H A D | cerror.S | 27 mr %r31,%r3 # stash away in callee-saved register
|
| /netbsd-src/crypto/external/bsd/heimdal/sbin/kadmin/ |
| H A D | Makefile | 31 stash.c \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | Makefile.am | 30 stash.c \
|
| H A D | stash.c | 44 stash(struct stash_options *opt, int argc, char **argv) in stash() function
|
| H A D | NTMakefile | 63 $(OBJ)\stash.obj \
|
| H A D | Makefile.in | 178 mod.$(OBJEXT) rename.$(OBJEXT) stash.$(OBJEXT) util.$(OBJEXT) \ 223 ./$(DEPDIR)/stash.Po ./$(DEPDIR)/test_util.Po \ 768 stash.c \ 1019 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stash.Po@am__quote@ # am--include-marker 1464 -rm -f ./$(DEPDIR)/stash.Po 1536 -rm -f ./$(DEPDIR)/stash.Po
|
| H A D | kadmin-commands.in | 36 name = "stash"
|
| H A D | ChangeLog | 295 * kadmin.8: document get -o and stash 308 * kadmin: convert to use slc; also add stash subcommand
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | migration.texi | 21 library can read and write MIT KDBs, and can read MIT stash files. To
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| H A D | netpgpperl_wrap.c | 1121 HV *stash = SvSTASH(SvRV(obj)); in SWIG_Perl_ConvertPtr() local 1122 GV *gv = *(GV**) hv_fetch(stash, "OWNER", 5, TRUE); in SWIG_Perl_ConvertPtr() 1143 HV *stash; in SWIG_Perl_MakePtr() local 1145 stash=SvSTASH(SvRV(obj)); in SWIG_Perl_MakePtr() 1148 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); in SWIG_Perl_MakePtr() 1150 gv_init(gv, stash, "OWNER", 5, FALSE); in SWIG_Perl_MakePtr() 1159 sv_bless(sv, stash); in SWIG_Perl_MakePtr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToSetUpLLVMStyleRTTI.rst | 65 different concrete classes in the hierarchy, and stash the enum value
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2017 | 285 * io/list_read.c (nml_read_obj): Remove use of stash. 288 (get_unit): Remove use of stash.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | sstream | 84 /// Place to stash in || out || in | out settings for current stringbuf.
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | locore.s | 781 movl %sp@(4),%a1 | stash pointer to clockframe
|