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

  /src/external/gpl3/binutils/dist/bfd/
linker.c 1582 #define CONS_PREFIX "GLOBAL_"
1583 #define CONS_PREFIX_LEN (sizeof CONS_PREFIX - 1)
1588 if (s[0] == 'G' && startswith (s, CONS_PREFIX))
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 1580 #define CONS_PREFIX "GLOBAL_"
1581 #define CONS_PREFIX_LEN (sizeof CONS_PREFIX - 1)
1586 if (s[0] == 'G' && startswith (s, CONS_PREFIX))
  /src/external/gpl3/gdb/dist/bfd/
linker.c 1546 #define CONS_PREFIX "GLOBAL_"
1547 #define CONS_PREFIX_LEN (sizeof CONS_PREFIX - 1)
1552 if (s[0] == 'G' && startswith (s, CONS_PREFIX))
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 1544 #define CONS_PREFIX "GLOBAL_"
1545 #define CONS_PREFIX_LEN (sizeof CONS_PREFIX - 1)
1550 if (s[0] == 'G' && startswith (s, CONS_PREFIX))

Completed in 32 milliseconds