Searched refs:IS_PLT_SYM (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Di386linux.c105 #define IS_PLT_SYM(name) (CONST_STRNEQ (name, PLT_REF_PREFIX))
381 f = new_fixup (info, h, value, ! IS_PLT_SYM (name));
384 f->jump = IS_PLT_SYM (name);
472 is_plt = IS_PLT_SYM (h->root.root.root.string);
104 #define IS_PLT_SYM macro
H A Dsparclinux.c105 #define IS_PLT_SYM(name) (CONST_STRNEQ (name, PLT_REF_PREFIX)) macro
381 f = new_fixup (info, h, value, ! IS_PLT_SYM (name));
384 f->jump = IS_PLT_SYM (name);
471 is_plt = IS_PLT_SYM (h->root.root.root.string);

Completed in 123 milliseconds