HomeSort by: relevance | last modified time | path
    Searched defs:debug_string_section (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 1389 asection *debug_string_section; local
1396 debug_string_section = NULL;
1433 strtab, true, &debug_string_section,
1478 strtab, &debug_string_section,
1514 || (debug_string_section != (asection *) NULL
1516 1 << debug_string_section->alignment_power)
1517 == debug_string_section->size)));
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 1381 asection *debug_string_section; local
1388 debug_string_section = NULL;
1425 strtab, true, &debug_string_section,
1470 strtab, &debug_string_section,
1506 || (debug_string_section != (asection *) NULL
1508 1 << debug_string_section->alignment_power)
1509 == debug_string_section->size)));
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 1364 asection *debug_string_section; local
1371 debug_string_section = NULL;
1408 strtab, true, &debug_string_section,
1453 strtab, &debug_string_section,
1489 || (debug_string_section != (asection *) NULL
1491 1 << debug_string_section->alignment_power)
1492 == debug_string_section->size)));
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 1381 asection *debug_string_section; local
1388 debug_string_section = NULL;
1425 strtab, true, &debug_string_section,
1470 strtab, &debug_string_section,
1506 || (debug_string_section != (asection *) NULL
1508 1 << debug_string_section->alignment_power)
1509 == debug_string_section->size)));

Completed in 28 milliseconds