Home
last modified time | relevance | path

Searched refs:used_by_bfd (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/bfd/
HDihex.c637 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()
HDcoff-bfd.h67 ((struct coff_section_tdata *) (sec)->used_by_bfd)
HDsrec.c846 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()
HDlibaout.h465 ((struct aout_section_data_struct *) (s)->used_by_bfd)
468 ((s)->used_by_bfd = (void *)&(v)->relocs)
HDlibecoff.h200 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
HDelf-nacl.c153 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
HDcoffgen.c564 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()
HDcoffcode.h1901 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()
HDpeicode.h649 sec->used_by_bfd = (struct coff_section_tdata *) vars->data; in pe_ILF_make_a_section()
/dragonfly/contrib/binutils-2.34/bfd/
HDihex.c644 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()
HDcoff-bfd.h69 ((struct coff_section_tdata *) (sec)->used_by_bfd)
HDsrec.c850 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()
HDlibaout.h465 ((struct aout_section_data_struct *) (s)->used_by_bfd)
468 ((s)->used_by_bfd = (void *)&(v)->relocs)
HDlibecoff.h200 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
HDelf-nacl.c152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
HDcoffgen.c573 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()
HDcoffcode.h1880 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()
HDpeicode.h670 sec->used_by_bfd = (struct coff_section_tdata *) vars->data; in pe_ILF_make_a_section()
HDcofflink.c547 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/
HDihex.c638 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()
HDsrec.c835 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()
HDlibaout.h467 ((struct aout_section_data_struct *) (s)->used_by_bfd)
470 ((s)->used_by_bfd = (void *)&(v)->relocs)
HDlibecoff.h202 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
HDcoffgen.c550 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()
HDlibcoff.h212 ((struct coff_section_tdata *) (sec)->used_by_bfd)

12