Searched refs:debug_string_section (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coffgen.c | 1086 asection *debug_string_section; in coff_write_symbols() local 1094 debug_string_section = NULL; in coff_write_symbols() 1130 &debug_string_section, in coff_write_symbols() 1137 &string_size, &debug_string_section, in coff_write_symbols() 1253 || (debug_string_section != (asection *) NULL in coff_write_symbols() 1255 1 << debug_string_section->alignment_power) in coff_write_symbols() 1256 == 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.
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | coffgen.c | 1173 asection *debug_string_section; local 1181 debug_string_section = NULL; 1218 &debug_string_section, 1225 &string_size, &debug_string_section, 1344 || (debug_string_section != (asection *) NULL 1346 1 << debug_string_section->alignment_power) 1347 == bfd_section_size (abfd, debug_string_section))));
|
H A D | ChangeLog-9495 | 1662 (debug_string_size, debug_string_section): Likewise. 9386 (debug_string_size, debug_string_section): New static variables.
|