HomeSort by relevance Sort by last modified time
    Searched refs:GOT_REF_PREFIX (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
i386linux.c 89 #ifndef GOT_REF_PREFIX
90 #define GOT_REF_PREFIX "__GOT_"
93 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
m68klinux.c 88 #ifndef GOT_REF_PREFIX
89 #define GOT_REF_PREFIX "__GOT_"
92 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
sparclinux.c 83 #ifndef GOT_REF_PREFIX
84 #define GOT_REF_PREFIX "__GOT_"
87 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))

Completed in 74 milliseconds