Searched refs:swapped_data (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-rx.c | 3559 char * swapped_data = NULL; in rx_set_section_contents() local 3620 swapped_data = (char *) bfd_alloc (abfd, count); in rx_set_section_contents() 3621 if (swapped_data == NULL) in rx_set_section_contents() 3627 bfd_putb32 (v, swapped_data + i); in rx_set_section_contents() 3630 rv = _bfd_elf_set_section_contents (abfd, section, swapped_data, offset, scount); in rx_set_section_contents()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-rx.c | 3558 char * swapped_data = NULL; in rx_set_section_contents() local 3619 swapped_data = (char *) bfd_alloc (abfd, count); in rx_set_section_contents() 3620 if (swapped_data == NULL) in rx_set_section_contents() 3626 bfd_putb32 (v, swapped_data + i); in rx_set_section_contents() 3629 rv = _bfd_elf_set_section_contents (abfd, section, swapped_data, offset, scount); in rx_set_section_contents()
|