Searched refs:GOT_REF_PREFIX (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Di386linux.c93 #ifndef GOT_REF_PREFIX macro
94 #define GOT_REF_PREFIX "__GOT_"
98 (strncmp (name, GOT_REF_PREFIX, sizeof GOT_REF_PREFIX - 1) == 0)
H A Dm68klinux.c94 #ifndef GOT_REF_PREFIX macro
95 #define GOT_REF_PREFIX "__GOT_"
99 (strncmp (name, GOT_REF_PREFIX, sizeof GOT_REF_PREFIX - 1) == 0)
H A Dsparclinux.c93 #ifndef GOT_REF_PREFIX
94 #define GOT_REF_PREFIX "__GOT_" macro
98 (strncmp (name, GOT_REF_PREFIX, sizeof GOT_REF_PREFIX - 1) == 0)

Completed in 92 milliseconds