Home
last modified time | relevance | path

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

123456

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dihex.c636 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()
Dcoff-bfd.h65 ((struct coff_section_tdata *) (sec)->used_by_bfd)
Dsrec.c841 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()
Dsom.h208 #define som_section_data(sec) ((struct som_section_data_struct *) sec->used_by_bfd)
Dlibaout.h462 ((struct aout_section_data_struct *) (s)->used_by_bfd)
465 ((s)->used_by_bfd = (void *)&(v)->relocs)
Dlibecoff.h206 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
Delf-nacl.c152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
Dmach-o.h678 ((bfd_mach_o_section *)(sec)->used_by_bfd)
Dcoffgen.c668 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()
Dmmo.c352 ((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()
Delf64-mmix.c831 if (!sec->used_by_bfd) in mmix_elf_new_section_hook()
839 sec->used_by_bfd = sdata; in mmix_elf_new_section_hook()
Dcoffcode.h1917 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()
Dxcofflink.c226 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/
Dihex.c636 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()
Dcoff-bfd.h65 ((struct coff_section_tdata *) (sec)->used_by_bfd)
Dsrec.c841 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()
Dsom.h208 #define som_section_data(sec) ((struct som_section_data_struct *) sec->used_by_bfd)
Dlibaout.h466 ((struct aout_section_data_struct *) (s)->used_by_bfd)
469 ((s)->used_by_bfd = (void *)&(v)->relocs)
Dlibecoff.h206 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
Delf-nacl.c152 sec->used_by_bfd = secdata; in nacl_modify_segment_map()
Dmach-o.h678 ((bfd_mach_o_section *)(sec)->used_by_bfd)
Dcoffgen.c668 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()
Dmmo.c352 ((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()
Delf64-mmix.c831 if (!sec->used_by_bfd) in mmix_elf_new_section_hook()
839 sec->used_by_bfd = sdata; in mmix_elf_new_section_hook()
Dcoffcode.h1917 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()

123456