HomeSort by: relevance | last modified time | path
    Searched refs:stash (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
dwarf1.c 64 /* Linked starting from stash->lastUnit. */
138 then attached into the 'stash' at 'stash->lastUnit'. */
141 alloc_dwarf1_unit (struct dwarf1_debug* stash)
145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
148 x->prev = stash->lastUnit;
149 stash->lastUnit = x;
159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit)
163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
293 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit
490 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
600 struct dwarf1_debug* stash = *pinfo; local
    [all...]
dwarf2.c 301 /* Section VMAs at the time the stash was built. */
418 struct dwarf2_debug *stash; member in struct:comp_unit
896 struct dwarf2_debug *stash = unit->stash; local
911 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
930 struct dwarf2_debug *stash = unit->stash; local
945 if (! read_section (unit->abfd, &stash->debug_sections[debug_line_str],
967 struct dwarf2_debug *stash = unit->stash; local
1024 struct dwarf2_debug *stash = unit->stash; local
1404 struct dwarf2_debug *stash = unit->stash; local
1441 struct dwarf2_debug *stash = unit->stash; local
2713 struct dwarf2_debug *stash = unit->stash; local
3193 struct dwarf2_debug *stash = unit->stash; local
3206 struct dwarf2_debug *stash = unit->stash; local
5407 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
5689 struct dwarf2_debug *stash; local
5802 struct dwarf2_debug *stash; local
6072 struct dwarf2_debug *stash; local
6095 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf1.c 64 /* Linked starting from stash->lastUnit. */
138 then attached into the 'stash' at 'stash->lastUnit'. */
141 alloc_dwarf1_unit (struct dwarf1_debug* stash)
145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
148 x->prev = stash->lastUnit;
149 stash->lastUnit = x;
159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit)
163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
293 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit
490 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
600 struct dwarf1_debug* stash = *pinfo; local
    [all...]
dwarf2.c 301 /* Section VMAs at the time the stash was built. */
418 struct dwarf2_debug *stash; member in struct:comp_unit
896 struct dwarf2_debug *stash = unit->stash; local
911 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
930 struct dwarf2_debug *stash = unit->stash; local
945 if (! read_section (unit->abfd, &stash->debug_sections[debug_line_str],
967 struct dwarf2_debug *stash = unit->stash; local
1024 struct dwarf2_debug *stash = unit->stash; local
1404 struct dwarf2_debug *stash = unit->stash; local
1441 struct dwarf2_debug *stash = unit->stash; local
2713 struct dwarf2_debug *stash = unit->stash; local
3193 struct dwarf2_debug *stash = unit->stash; local
3206 struct dwarf2_debug *stash = unit->stash; local
5407 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
5689 struct dwarf2_debug *stash; local
5802 struct dwarf2_debug *stash; local
6072 struct dwarf2_debug *stash; local
6095 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf1.c 64 /* Linked starting from stash->lastUnit. */
138 then attached into the 'stash' at 'stash->lastUnit'. */
141 alloc_dwarf1_unit (struct dwarf1_debug* stash)
145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
148 x->prev = stash->lastUnit;
149 stash->lastUnit = x;
159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit)
163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
293 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit
490 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
600 struct dwarf1_debug* stash = *pinfo; local
    [all...]
dwarf2.c 301 /* Section VMAs at the time the stash was built. */
418 struct dwarf2_debug *stash; member in struct:comp_unit
896 struct dwarf2_debug *stash = unit->stash; local
911 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
930 struct dwarf2_debug *stash = unit->stash; local
945 if (! read_section (unit->abfd, &stash->debug_sections[debug_line_str],
967 struct dwarf2_debug *stash = unit->stash; local
1024 struct dwarf2_debug *stash = unit->stash; local
1404 struct dwarf2_debug *stash = unit->stash; local
1441 struct dwarf2_debug *stash = unit->stash; local
2713 struct dwarf2_debug *stash = unit->stash; local
3193 struct dwarf2_debug *stash = unit->stash; local
3206 struct dwarf2_debug *stash = unit->stash; local
5407 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
5690 struct dwarf2_debug *stash; local
5803 struct dwarf2_debug *stash; local
6073 struct dwarf2_debug *stash; local
6096 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf1.c 64 /* Linked starting from stash->lastUnit. */
138 then attached into the 'stash' at 'stash->lastUnit'. */
141 alloc_dwarf1_unit (struct dwarf1_debug* stash)
145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
148 x->prev = stash->lastUnit;
149 stash->lastUnit = x;
159 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit)
163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
293 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit
490 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
600 struct dwarf1_debug* stash = *pinfo; local
    [all...]
dwarf2.c 301 /* Section VMAs at the time the stash was built. */
418 struct dwarf2_debug *stash; member in struct:comp_unit
896 struct dwarf2_debug *stash = unit->stash; local
911 if (! read_section (unit->abfd, &stash->debug_sections[debug_str],
930 struct dwarf2_debug *stash = unit->stash; local
945 if (! read_section (unit->abfd, &stash->debug_sections[debug_line_str],
967 struct dwarf2_debug *stash = unit->stash; local
1024 struct dwarf2_debug *stash = unit->stash; local
1404 struct dwarf2_debug *stash = unit->stash; local
1441 struct dwarf2_debug *stash = unit->stash; local
2713 struct dwarf2_debug *stash = unit->stash; local
3193 struct dwarf2_debug *stash = unit->stash; local
3206 struct dwarf2_debug *stash = unit->stash; local
5407 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
5689 struct dwarf2_debug *stash; local
5802 struct dwarf2_debug *stash; local
6072 struct dwarf2_debug *stash; local
6095 struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; local
    [all...]
  /src/external/bsd/openldap/dist/tests/data/
krb5.conf 12 key_stash_file = @TESTDIR@/kdc.stash
27 mkey_file = @TESTDIR@/kdc.stash
  /src/lib/libc/arch/mips/gen/
swapcontext.S 46 PTR_S a0, 0(sp) # stash away oucp
47 PTR_S a1, SZREG(sp) # stash away ucp
  /src/sys/arch/hppa/stand/common/
itecons.c 158 * 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;
  /src/lib/libc/arch/powerpc64/sys/
cerror.S 22 mr %r31,%r3 # stash away in callee-saved register
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.c 22 void stash_init(struct pagestash *stash)
24 pagevec_init(&stash->pvec);
25 spin_lock_init(&stash->lock);
28 static struct page *stash_pop_page(struct pagestash *stash)
32 spin_lock(&stash->lock);
33 if (likely(stash->pvec.nr))
34 page = stash->pvec.pages[--stash->pvec.nr];
35 spin_unlock(&stash->lock);
40 static void stash_push_pagevec(struct pagestash *stash, struct pagevec *pvec
    [all...]
intel_gtt.h 247 void stash_init(struct pagestash *stash);
  /src/lib/libc/arch/powerpc/sys/
cerror.S 27 mr %r31,%r3 # stash away in callee-saved register
  /src/crypto/external/bsd/heimdal/sbin/kadmin/
Makefile 31 stash.c \
  /src/crypto/external/bsd/heimdal/dist/kadmin/
stash.c 1 /* $NetBSD: stash.c,v 1.3 2023/06/19 21:41:41 christos Exp $ */
44 stash(struct stash_options *opt, int argc, char **argv) function
53 krb5_warnx(context, "stash is only available in local (-l) mode");
102 printf("Using random master stash password: %s\n", buf);
NTMakefile 63 $(OBJ)\stash.obj \
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 502 elif not request.node.stash["fixture_ok"]:
629 request.node.stash["fixture_ok"] = True
637 request.node.stash["fixture_ok"] = False
648 request.node.stash["fixture_ok"] = True
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1121 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);
  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 2412 a component called name and stash them in the assoc field of an
2422 bool contained, bool stash)
2431 if (stash)
2440 find_derived_types (sym, st->left, name, contained, stash);
2443 find_derived_types (sym, st->right, name, contained, stash);
2448 const char *name, bool stash)
2463 find_derived_types (sym, ns->sym_root, name, false, stash);
2467 find_derived_types (sym, encompassing->sym_root, name, true, stash);
gfortran.h 3550 bool stash = false);
  /src/sys/arch/mac68k/mac68k/
locore.s 535 movl %sp@(4),%a1 | stash pointer to clockframe

Completed in 65 milliseconds