Searched refs:debug_string_section (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coffgen.c | 1253 asection *debug_string_section; in coff_write_symbols() local 1260 debug_string_section = NULL; in coff_write_symbols() 1297 strtab, true, &debug_string_section, in coff_write_symbols() 1342 strtab, &debug_string_section, in coff_write_symbols() 1379 || (debug_string_section != (asection *) NULL in coff_write_symbols() 1381 1 << debug_string_section->alignment_power) in coff_write_symbols() 1382 == debug_string_section->size))); in coff_write_symbols()
|
H A D | ChangeLog-9495 | 1662 (debug_string_size, debug_string_section): Likewise. 9386 (debug_string_size, debug_string_section): New static variables.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coffgen.c | 1367 asection *debug_string_section; in coff_write_symbols() local 1374 debug_string_section = NULL; in coff_write_symbols() 1411 strtab, true, &debug_string_section, in coff_write_symbols() 1456 strtab, &debug_string_section, in coff_write_symbols() 1492 || (debug_string_section != (asection *) NULL in coff_write_symbols() 1494 1 << debug_string_section->alignment_power) in coff_write_symbols() 1495 == debug_string_section->size))); in coff_write_symbols()
|
H A D | ChangeLog-9495 | 1662 (debug_string_size, debug_string_section): Likewise. 9386 (debug_string_size, debug_string_section): New static variables.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9495 | 1662 (debug_string_size, debug_string_section): Likewise. 9386 (debug_string_size, debug_string_section): New static variables.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9495 | 1662 (debug_string_size, debug_string_section): Likewise. 9386 (debug_string_size, debug_string_section): New static variables.
|