Searched refs:stash (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
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() 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 …]
|
D | dwarf2.c | 260 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 …]
|
D | ChangeLog-2011 | 210 * 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.
|
D | ChangeLog-2012 | 1887 (place_sections): Use bfd_alloc for stash->adjusted_sections. 3229 which reads DWARF2 and stores in stash from find_line.
|
D | ChangeLog | 1843 test on symbols being the same before using old stash. Read 1876 (_bfd_dwarf2_slurp_debug_info): Throw away stash if section VMAs
|
D | ChangeLog-0001 | 920 (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.
|
D | ChangeLog-2007 | 2297 params, and stash in hash table.
|
D | ChangeLog-2009 | 4887 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
|
D | ChangeLog-9899 | 1924 dwarf_line_buffer and use stash->dwarf_line_buffer in its place.
|
D | ChangeLog-0203 | 2881 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2008 | 808 (gld${EMULATION_NAME}_choose_target): New function to stash argv.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gprof.texi | 1822 so that when it is called, it will stash away some information about where
|