Searched refs:SHARABLE_CONFLICTS (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | sparclinux.c | 110 #ifndef SHARABLE_CONFLICTS 111 #define SHARABLE_CONFLICTS "__SHARABLE_CONFLICTS__" macro 319 && strcmp (name, SHARABLE_CONFLICTS) == 0 in linux_add_one_symbol() 371 (info, linux_hash_table (info)->dynobj, SHARABLE_CONFLICTS, in linux_add_one_symbol()
|
D | m68klinux.c | 114 #ifndef SHARABLE_CONFLICTS 115 #define SHARABLE_CONFLICTS "__SHARABLE_CONFLICTS__" macro 325 && strcmp (name, SHARABLE_CONFLICTS) == 0 in linux_add_one_symbol() 377 (info, linux_hash_table (info)->dynobj, SHARABLE_CONFLICTS, in linux_add_one_symbol()
|
D | i386linux.c | 115 #ifndef SHARABLE_CONFLICTS 116 #define SHARABLE_CONFLICTS "__SHARABLE_CONFLICTS__" macro 323 && strcmp (name, SHARABLE_CONFLICTS) == 0 in linux_add_one_symbol() 375 (info, linux_hash_table (info)->dynobj, SHARABLE_CONFLICTS, in linux_add_one_symbol()
|
D | ChangeLog-9495 | 5684 SHARABLE_CONFLICTS specially if BSF_CONSTRUCTOR is set. Set hashp
|