| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | ihex.c | 637 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 639 section->used_by_bfd = bfd_alloc (abfd, section->size); in ihex_get_section_contents() 640 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 643 (bfd_byte *) section->used_by_bfd)) in ihex_get_section_contents() 647 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in ihex_get_section_contents()
|
| HD | coff-bfd.h | 67 ((struct coff_section_tdata *) (sec)->used_by_bfd)
|
| HD | srec.c | 846 if (section->used_by_bfd == NULL) in srec_get_section_contents() 848 section->used_by_bfd = bfd_alloc (abfd, section->size); in srec_get_section_contents() 849 if (section->used_by_bfd == NULL) in srec_get_section_contents() 853 (bfd_byte *) section->used_by_bfd)) in srec_get_section_contents() 857 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents()
|
| HD | libaout.h | 465 ((struct aout_section_data_struct *) (s)->used_by_bfd) 468 ((s)->used_by_bfd = (void *)&(v)->relocs)
|
| HD | libecoff.h | 200 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
|
| HD | elf-nacl.c | 153 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
|
| HD | coffgen.c | 564 sec->used_by_bfd = bfd_zalloc (abfd, amt); in _bfd_coff_read_internal_relocs() 565 if (sec->used_by_bfd == NULL) in _bfd_coff_read_internal_relocs() 2442 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2443 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names()
|
| HD | coffcode.h | 1901 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1902 if (section->used_by_bfd == NULL) in coff_set_alignment_hook() 3358 current->used_by_bfd = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3359 if (current->used_by_bfd == NULL) in coff_compute_section_file_positions()
|
| HD | peicode.h | 649 sec->used_by_bfd = (struct coff_section_tdata *) vars->data; in pe_ILF_make_a_section()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | ihex.c | 644 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 646 section->used_by_bfd = bfd_alloc (abfd, section->size); in ihex_get_section_contents() 647 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 650 (bfd_byte *) section->used_by_bfd)) in ihex_get_section_contents() 654 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in ihex_get_section_contents()
|
| HD | coff-bfd.h | 69 ((struct coff_section_tdata *) (sec)->used_by_bfd)
|
| HD | srec.c | 850 if (section->used_by_bfd == NULL) in srec_get_section_contents() 852 section->used_by_bfd = bfd_alloc (abfd, section->size); in srec_get_section_contents() 853 if (section->used_by_bfd == NULL) in srec_get_section_contents() 857 (bfd_byte *) section->used_by_bfd)) in srec_get_section_contents() 861 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents()
|
| HD | libaout.h | 465 ((struct aout_section_data_struct *) (s)->used_by_bfd) 468 ((s)->used_by_bfd = (void *)&(v)->relocs)
|
| HD | libecoff.h | 200 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
|
| HD | elf-nacl.c | 152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
|
| HD | coffgen.c | 573 sec->used_by_bfd = bfd_zalloc (abfd, amt); in _bfd_coff_read_internal_relocs() 574 if (sec->used_by_bfd == NULL) in _bfd_coff_read_internal_relocs() 2309 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2310 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names() 2515 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2516 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names()
|
| HD | coffcode.h | 1880 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_set_alignment_hook() 1881 if (section->used_by_bfd == NULL) in coff_set_alignment_hook() 3091 current->used_by_bfd = bfd_zalloc (abfd, amt); in coff_compute_section_file_positions() 3092 if (current->used_by_bfd == NULL) in coff_compute_section_file_positions()
|
| HD | peicode.h | 670 sec->used_by_bfd = (struct coff_section_tdata *) vars->data; in pe_ILF_make_a_section()
|
| HD | cofflink.c | 547 stab->used_by_bfd = bfd_zalloc (abfd, amt); in coff_link_add_symbols() 548 if (stab->used_by_bfd == NULL) in coff_link_add_symbols()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | ihex.c | 638 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 640 section->used_by_bfd = bfd_alloc (abfd, section->size); in ihex_get_section_contents() 641 if (section->used_by_bfd == NULL) in ihex_get_section_contents() 644 (bfd_byte *) section->used_by_bfd)) in ihex_get_section_contents() 648 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in ihex_get_section_contents()
|
| HD | srec.c | 835 if (section->used_by_bfd == NULL) in srec_get_section_contents() 837 section->used_by_bfd = bfd_alloc (abfd, section->size); in srec_get_section_contents() 838 if (section->used_by_bfd == NULL) in srec_get_section_contents() 842 (bfd_byte *) section->used_by_bfd)) in srec_get_section_contents() 846 memcpy (location, (bfd_byte *) section->used_by_bfd + offset, in srec_get_section_contents()
|
| HD | libaout.h | 467 ((struct aout_section_data_struct *) (s)->used_by_bfd) 470 ((s)->used_by_bfd = (void *)&(v)->relocs)
|
| HD | libecoff.h | 202 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
|
| HD | coffgen.c | 550 sec->used_by_bfd = bfd_zalloc (abfd, amt); in _bfd_coff_read_internal_relocs() 551 if (sec->used_by_bfd == NULL) in _bfd_coff_read_internal_relocs() 2392 section->used_by_bfd = bfd_zalloc (abfd, amt); in coff_find_nearest_line_with_names() 2393 sec_data = (struct coff_section_tdata *) section->used_by_bfd; in coff_find_nearest_line_with_names()
|
| HD | libcoff.h | 212 ((struct coff_section_tdata *) (sec)->used_by_bfd)
|