Home
last modified time | relevance | path

Searched refs:stash (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf1.c141 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()
267 parse_line_table (struct dwarf1_debug* stash, struct dwarf1_unit* aUnit) in parse_line_table() argument
272 if (stash->line_section == 0) in parse_line_table()
277 msec = bfd_get_section_by_name (stash->abfd, ".line"); in parse_line_table()
282 stash->line_section in parse_line_table()
[all …]
Ddwarf2.c260 struct dwarf2_debug *stash; member
626 struct dwarf2_debug *stash = unit->stash; in read_indirect_string() local
636 if (! read_section (unit->abfd, &stash->debug_sections[debug_str], in read_indirect_string()
637 stash->syms, offset, in read_indirect_string()
638 &stash->dwarf_str_buffer, &stash->dwarf_str_size)) in read_indirect_string()
641 str = (char *) stash->dwarf_str_buffer + offset; in read_indirect_string()
657 struct dwarf2_debug *stash = unit->stash; in read_alt_indirect_string() local
667 if (stash->alt_bfd_ptr == NULL) in read_alt_indirect_string()
685 stash->alt_bfd_ptr = debug_bfd; in read_alt_indirect_string()
688 if (! read_section (unit->stash->alt_bfd_ptr, in read_alt_indirect_string()
[all …]
DChangeLog-2011210 * dwarf2.c (bfd_dwarf2_cleanup_debug_info): Accept stash as an
778 (place_sections): Get section names from stash.
780 debug_sections field of stash from it.
DChangeLog-20121887 (place_sections): Use bfd_alloc for stash->adjusted_sections.
3229 which reads DWARF2 and stores in stash from find_line.
DChangeLog1843 test on symbols being the same before using old stash. Read
1876 (_bfd_dwarf2_slurp_debug_info): Throw away stash if section VMAs
DChangeLog-0001920 (struct comp_unit): Add stash and offset_size.
926 (parse_comp_unit): Set offset_size and stash.
6944 debug information and include them in the stash.
DChangeLog-20072297 params, and stash in hash table.
DChangeLog-20094887 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
DChangeLog-98991924 dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
DChangeLog-02032881 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2008808 (gld${EMULATION_NAME}_choose_target): New function to stash argv.
/toolchain/binutils/binutils-2.25/gprof/
Dgprof.texi1822 so that when it is called, it will stash away some information about where