| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ihex.c | 636 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 638 section->used_by_bfd = bfd_alloc (abfd, section->size); in ihex_get_section_contents() 639 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 642 (bfd_byte *) section->used_by_bfd)) in ihex_get_section_contents() 646 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in ihex_get_section_contents()
|
| D | coff-bfd.h | 65 ((struct coff_section_tdata *) (sec)->used_by_bfd)
|
| D | srec.c | 841 if (section->used_by_bfd == NULL) in srec_get_section_contents() 843 section->used_by_bfd = bfd_alloc (abfd, section->size); in srec_get_section_contents() 844 if (section->used_by_bfd == NULL) in srec_get_section_contents() 848 (bfd_byte *) section->used_by_bfd)) in srec_get_section_contents() 852 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents()
|
| D | som.h | 208 #define som_section_data(sec) ((struct som_section_data_struct *) sec->used_by_bfd)
|
| D | libaout.h | 462 ((struct aout_section_data_struct *) (s)->used_by_bfd) 465 ((s)->used_by_bfd = (void *)&(v)->relocs)
|
| D | libecoff.h | 206 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
|
| D | elf-nacl.c | 152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
|
| D | mach-o.h | 678 ((bfd_mach_o_section *)(sec)->used_by_bfd)
|
| D | coffgen.c | 668 sec->used_by_bfd = bfd_zalloc (abfd, amt); in _bfd_coff_read_internal_relocs() 669 if (sec->used_by_bfd == NULL) in _bfd_coff_read_internal_relocs() 2394 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2395 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names() 2604 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2605 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names()
|
| D | mmo.c | 352 ((struct mmo_section_data_struct *) (sec)->used_by_bfd) 2137 if (!newsect->used_by_bfd) in mmo_new_section_hook() 2141 newsect->used_by_bfd in mmo_new_section_hook() 2143 if (!newsect->used_by_bfd) in mmo_new_section_hook()
|
| D | elf64-mmix.c | 831 if (!sec->used_by_bfd) in mmix_elf_new_section_hook() 839 sec->used_by_bfd = sdata; in mmix_elf_new_section_hook()
|
| D | coffcode.h | 1917 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1918 if (section->used_by_bfd == NULL) in coff_set_alignment_hook() 3178 current->used_by_bfd = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3179 if (current->used_by_bfd == NULL) in coff_compute_section_file_positions()
|
| D | xcofflink.c | 226 sec->used_by_bfd = bfd_zalloc (abfd, amt); in xcoff_get_section_contents() 227 if (sec->used_by_bfd == NULL) in xcoff_get_section_contents() 1801 csect->used_by_bfd = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols() 1802 if (csect->used_by_bfd == NULL) in xcoff_link_add_symbols() 1941 csect->used_by_bfd = bfd_zalloc (abfd, amt); in xcoff_link_add_symbols() 1942 if (csect->used_by_bfd == NULL) in xcoff_link_add_symbols()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ihex.c | 636 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 638 section->used_by_bfd = bfd_alloc (abfd, section->size); in ihex_get_section_contents() 639 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 642 (bfd_byte *) section->used_by_bfd)) in ihex_get_section_contents() 646 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in ihex_get_section_contents()
|
| D | coff-bfd.h | 65 ((struct coff_section_tdata *) (sec)->used_by_bfd)
|
| D | srec.c | 841 if (section->used_by_bfd == NULL) in srec_get_section_contents() 843 section->used_by_bfd = bfd_alloc (abfd, section->size); in srec_get_section_contents() 844 if (section->used_by_bfd == NULL) in srec_get_section_contents() 848 (bfd_byte *) section->used_by_bfd)) in srec_get_section_contents() 852 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents()
|
| D | som.h | 208 #define som_section_data(sec) ((struct som_section_data_struct *) sec->used_by_bfd)
|
| D | libaout.h | 466 ((struct aout_section_data_struct *) (s)->used_by_bfd) 469 ((s)->used_by_bfd = (void *)&(v)->relocs)
|
| D | libecoff.h | 206 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
|
| D | elf-nacl.c | 152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
|
| D | mach-o.h | 678 ((bfd_mach_o_section *)(sec)->used_by_bfd)
|
| D | coffgen.c | 668 sec->used_by_bfd = bfd_zalloc (abfd, amt); in _bfd_coff_read_internal_relocs() 669 if (sec->used_by_bfd == NULL) in _bfd_coff_read_internal_relocs() 2394 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2395 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names() 2604 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2605 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names()
|
| D | mmo.c | 352 ((struct mmo_section_data_struct *) (sec)->used_by_bfd) 2137 if (!newsect->used_by_bfd) in mmo_new_section_hook() 2141 newsect->used_by_bfd in mmo_new_section_hook() 2143 if (!newsect->used_by_bfd) in mmo_new_section_hook()
|
| D | elf64-mmix.c | 831 if (!sec->used_by_bfd) in mmix_elf_new_section_hook() 839 sec->used_by_bfd = sdata; in mmix_elf_new_section_hook()
|
| D | coffcode.h | 1917 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1918 if (section->used_by_bfd == NULL) in coff_set_alignment_hook() 3178 current->used_by_bfd = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3179 if (current->used_by_bfd == NULL) in coff_compute_section_file_positions()
|