Home
last modified time | relevance | path

Searched refs:string_table_size (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsomread.c479 unsigned int string_table_size; in init_import_symbols() local
525 string_table_size = dl_header[11]; in init_import_symbols()
526 if (!string_table_size) in init_import_symbols()
530 string_buffer = (char *) xmalloc (string_table_size); in init_import_symbols()
532 string_table, string_table_size); in init_import_symbols()
599 unsigned int string_table_size; in init_export_symbols() local
648 string_table_size = dl_header[11]; in init_export_symbols()
649 if (!string_table_size) in init_export_symbols()
653 string_buffer = (char *) xmalloc (string_table_size); in init_export_symbols()
655 string_table, string_table_size); in init_export_symbols()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-bout.h253 (h)->string_table_size)
264 #define H_GET_STRING_SIZE(h) ((h)->string_table_size)
289 #define H_SET_STRING_SIZE(h,v) ((h)->string_table_size = (v))
300 long string_table_size; /* names + '\0' + sizeof (int) */ member
H A Dobj-aout.h193 #define H_GET_STRING_SIZE(h) ((h)->string_table_size)
233 #define H_SET_STRING_SIZE(h,v) ((h)->string_table_size = (v))
238 long string_table_size; /* names + '\0' + sizeof (int) */ member
H A Dobj-vms.h87 long string_table_size; /* names + '\0' + sizeof (int) */ member
210 #define H_SET_STRING_SIZE(h,v) ((h)->string_table_size = (v))
H A Dobj-coff.h720 (h)->string_table_size)
765 #define H_GET_STRING_SIZE(h) ((h)->string_table_size)
800 #define H_SET_STRING_SIZE(h,v) ((h)->string_table_size = (v))
809 long string_table_size; /* names + '\0' + sizeof (int) */
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff64-rs6000.c2180 bfd_size_type string_table_size; local
2313 string_table_size = 4;
2314 string_table_size += strlen (data_name) + 1;
2315 string_table_size += strlen (rtinit_name) + 1;
2316 string_table_size += initsz;
2317 string_table_size += finisz;
2319 string_table_size += strlen (rtld_name) + 1;
2321 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2325 val = string_table_size;
2482 bfd_bwrite (string_table, string_table_size, abfd);
H A Dcoff-rs6000.c3675 bfd_size_type string_table_size; local
3770 string_table_size = 0;
3772 string_table_size += initsz;
3774 string_table_size += finisz;
3775 if (string_table_size)
3777 string_table_size += 4;
3778 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
3782 val = string_table_size;
3936 bfd_bwrite (string_table, string_table_size, abfd);
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff64-rs6000.c2179 bfd_size_type string_table_size; local
2312 string_table_size = 4;
2313 string_table_size += strlen (data_name) + 1;
2314 string_table_size += strlen (rtinit_name) + 1;
2315 string_table_size += initsz;
2316 string_table_size += finisz;
2318 string_table_size += strlen (rtld_name) + 1;
2320 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2324 val = string_table_size;
2481 bfd_bwrite (string_table, string_table_size, abfd);
H A Dcoff-rs6000.c3680 bfd_size_type string_table_size; local
3775 string_table_size = 0;
3777 string_table_size += initsz;
3779 string_table_size += finisz;
3780 if (string_table_size)
3782 string_table_size += 4;
3783 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
3787 val = string_table_size;
3941 bfd_bwrite (string_table, string_table_size, abfd);