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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c61 /* Linked starting from stash->lastUnit. */
135 then attached into the 'stash' at 'stash->lastUnit'. */
138 alloc_dwarf1_unit (struct dwarf1_debug* stash) argument
142 struct dwarf1_unit* x = bfd_zalloc (stash->abfd, amt);
143 x->prev = stash->lastUnit;
144 stash->lastUnit = x;
153 alloc_dwarf1_func (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) argument
157 struct dwarf1_func* x = bfd_zalloc (stash->abfd, amt);
258 parse_line_table (struct dwarf1_debug* stash, struc argument
338 parse_functions_in_unit(struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) argument
379 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
450 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info; local
[all...]
H A Ddwarf2.c203 struct dwarf2_debug *stash; member in struct:comp_unit
310 struct dwarf2_debug *stash = unit->stash; local
319 if (! stash->dwarf_str_buffer)
335 stash->dwarf_str_size = sz;
336 stash->dwarf_str_buffer = bfd_alloc (abfd, sz);
337 if (! stash->dwarf_str_buffer)
340 if (! bfd_get_section_contents (abfd, msec, stash->dwarf_str_buffer,
345 if (offset >= stash->dwarf_str_size)
348 (unsigned long) offset, stash
424 read_abbrevs(bfd *abfd, bfd_uint64_t offset, struct dwarf2_debug *stash) argument
969 decode_line_info(struct comp_unit *unit, struct dwarf2_debug *stash) argument
1410 struct dwarf2_debug *stash = unit->stash; local
1896 parse_comp_unit(struct dwarf2_debug *stash, bfd_vma unit_length, bfd_byte *info_ptr_unit, unsigned int offset_size) argument
2081 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
2139 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
2219 unset_sections(struct dwarf2_debug *stash) argument
2234 place_sections(bfd *abfd, struct dwarf2_debug *stash) argument
2338 struct dwarf2_debug *stash; local
2636 struct dwarf2_debug *stash; local
2660 struct dwarf2_debug *stash; local
[all...]
/freebsd-11-stable/kerberos5/usr.bin/kadmin/
H A DMakefile24 stash.c \
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dstash.c42 stash(struct stash_options *opt, int argc, char **argv) function
50 krb5_warnx(context, "stash is only available in local (-l) mode");
98 printf("Using random master stash password: %s\n", buf);
H A DMakefile.am30 stash.c \
H A DMakefile.in122 mod.$(OBJEXT) rename.$(OBJEXT) stash.$(OBJEXT) util.$(OBJEXT) \
451 stash.c \
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stash.Po@am__quote@
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-world.asm112 /* stash CR */

Completed in 78 milliseconds