Home
last modified time | relevance | path

Searched refs:space_strings_size (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gdb/dist/include/som/
H A Dinternal.h50 unsigned int space_strings_size; member
H A Daout.h50 unsigned char space_strings_size[4]; member
/netbsd/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h50 unsigned int space_strings_size; member
H A Daout.h50 unsigned char space_strings_size[4]; member
/netbsd/external/gpl3/binutils/dist/include/som/
H A Dinternal.h50 unsigned int space_strings_size; member
H A Daout.h50 unsigned char space_strings_size[4]; member
/netbsd/external/gpl3/gdb.old/dist/include/som/
H A Dinternal.h50 unsigned int space_strings_size; member
H A Daout.h50 unsigned char space_strings_size[4]; member
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dsom.c1640 dst->space_strings_size = bfd_getb32 (src->space_strings_size); in som_swap_header_in()
1678 bfd_putb32 (src->space_strings_size, dst->space_strings_size); in som_swap_header_out()
2085 amt = file_hdr->space_strings_size; in setup_sections()
2126 if (space.name >= file_hdr->space_strings_size) in setup_sections()
2200 if (subspace.name >= file_hdr->space_strings_size) in setup_sections()
3745 obj_som_file_hdr (abfd)->space_strings_size = strings_size; in som_begin_writing()
H A DChangeLog-201971 * som.c (setup_sections): Don't overflow space_strings_size. Use
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dsom.c1639 dst->space_strings_size = bfd_getb32 (src->space_strings_size); in som_swap_header_in()
1677 bfd_putb32 (src->space_strings_size, dst->space_strings_size); in som_swap_header_out()
2084 amt = file_hdr->space_strings_size; in setup_sections()
2125 if (space.name >= file_hdr->space_strings_size) in setup_sections()
2199 if (subspace.name >= file_hdr->space_strings_size) in setup_sections()
3744 obj_som_file_hdr (abfd)->space_strings_size = strings_size; in som_begin_writing()
H A DChangeLog-201971 * som.c (setup_sections): Don't overflow space_strings_size. Use
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c1640 dst->space_strings_size = bfd_getb32 (src->space_strings_size); in som_swap_header_in()
1678 bfd_putb32 (src->space_strings_size, dst->space_strings_size); in som_swap_header_out()
2085 amt = file_hdr->space_strings_size; in setup_sections()
2126 if (space.name >= file_hdr->space_strings_size) in setup_sections()
2200 if (subspace.name >= file_hdr->space_strings_size) in setup_sections()
3745 obj_som_file_hdr (abfd)->space_strings_size = strings_size; in som_begin_writing()
H A DChangeLog-201971 * som.c (setup_sections): Don't overflow space_strings_size. Use
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c1640 dst->space_strings_size = bfd_getb32 (src->space_strings_size); in som_swap_header_in()
1678 bfd_putb32 (src->space_strings_size, dst->space_strings_size); in som_swap_header_out()
2085 amt = file_hdr->space_strings_size; in setup_sections()
2129 if (space.name >= file_hdr->space_strings_size) in setup_sections()
3735 obj_som_file_hdr (abfd)->space_strings_size = strings_size; in som_begin_writing()
H A DChangeLog-201971 * som.c (setup_sections): Don't overflow space_strings_size. Use