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

  /toolchain/binutils/binutils-2.27/bfd/
i386linux.c 93 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
436 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
m68klinux.c 92 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
439 if (is_plt || IS_GOT_SYM (h->root.root.root.string))
sparclinux.c 87 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
432 if (is_plt || IS_GOT_SYM (h->root.root.root.string))

Completed in 117 milliseconds