Searched refs:CONST_STRNEQ (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c472 if (CONST_STRNEQ (full_name, "IC:"))
754 if (! CONST_STRNEQ (name, "IC:") || xsect != NULL)
1039 if (CONST_STRNEQ (ic->comment, "Format"))
1055 else if (CONST_STRNEQ (ic->comment, "Field"))
1069 int is_mov = CONST_STRNEQ (idesc->name, "mov");
1128 if (CONST_STRNEQ (idesc->name, "dep")
1131 else if (CONST_STRNEQ (idesc->name, "chk")
1134 else if (CONST_STRNEQ (idesc->name, "lfetch"))
1138 else if (CONST_STRNEQ (idesc->name, "br.call")
1141 else if (CONST_STRNEQ (ides
[all...]
H A Di386-dis.c3568 if (CONST_STRNEQ (p, "x86-64"))
3573 else if (CONST_STRNEQ (p, "i386"))
3578 else if (CONST_STRNEQ (p, "i8086"))
3583 else if (CONST_STRNEQ (p, "intel"))
3587 else if (CONST_STRNEQ (p, "att"))
3591 else if (CONST_STRNEQ (p, "addr"))
3608 else if (CONST_STRNEQ (p, "data"))
3615 else if (CONST_STRNEQ (p, "suffix"))
6237 && CONST_STRNEQ (p - 7, "addr")
6238 && (CONST_STRNEQ (
[all...]
H A Dmips-dis.c633 if (CONST_STRNEQ (option, "no-aliases"))
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive64.c68 if (CONST_STRNEQ (nextname, "/ "))
71 if (! CONST_STRNEQ (nextname, "/SYM64/ "))
H A Dlibpei.h304 (CONST_STRNEQ ((xvec)->name, "pei-"))
312 (CONST_STRNEQ ((xvec)->name, "efi-app-"))
H A Dosf-core.c97 if (! CONST_STRNEQ (core_header.magic, "Core"))
H A Darchive.c919 if (CONST_STRNEQ (nextname, "__.SYMDEF ")
920 || CONST_STRNEQ (nextname, "__.SYMDEF/ ")) /* Old Linux archives. */
922 else if (CONST_STRNEQ (nextname, "/ "))
924 else if (CONST_STRNEQ (nextname, "/SYM64/ "))
971 if (CONST_STRNEQ (nextname, "__.SYMDEF ")
972 || CONST_STRNEQ (nextname, "__.SYMDEF/ ")) /* Old Linux archives. */
975 if (! CONST_STRNEQ (nextname, "/ "))
1072 if (! CONST_STRNEQ (nextname, "ARFILENAMES/ ")
1073 && ! CONST_STRNEQ (nextname, "// "))
H A Di386linux.c97 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
105 #define IS_PLT_SYM(name) (CONST_STRNEQ (name, PLT_REF_PREFIX))
443 && CONST_STRNEQ (h->root.root.root.string, NEEDS_SHRLIB))
H A Dsparclinux.c97 #define IS_GOT_SYM(name) (CONST_STRNEQ (name, GOT_REF_PREFIX))
105 #define IS_PLT_SYM(name) (CONST_STRNEQ (name, PLT_REF_PREFIX))
441 && CONST_STRNEQ (h->root.root.root.string, NEEDS_SHRLIB))
H A Dcoffcode.h431 else if (CONST_STRNEQ (sec_name, DOT_DEBUG))
439 else if (CONST_STRNEQ (sec_name, ".stab"))
444 else if (CONST_STRNEQ (sec_name, GNU_LINKONCE_WI))
533 if (CONST_STRNEQ (sec_name, DOT_DEBUG)
534 || CONST_STRNEQ (sec_name, GNU_LINKONCE_WI))
678 else if (CONST_STRNEQ (name, DOT_DEBUG)
683 || CONST_STRNEQ (name, GNU_LINKONCE_WI)
685 || CONST_STRNEQ (name, ".stab"))
719 if (CONST_STRNEQ (name, ".gnu.linkonce"))
1075 if (! CONST_STRNEQ (nam
[all...]
H A Dcofflink.c235 && CONST_STRNEQ (name, "__imp_"))
442 && CONST_STRNEQ (name, "??_")
586 if (CONST_STRNEQ (stab->name, ".stab")
1236 if (CONST_STRNEQ (s, "-attr"))
1276 else if (CONST_STRNEQ (s, "-heap"))
1279 else if (CONST_STRNEQ (s, "-stack"))
H A Delfxx-mips.c720 #define FN_STUB_P(name) CONST_STRNEQ (name, FN_STUB)
721 #define CALL_STUB_P(name) CONST_STRNEQ (name, CALL_STUB)
722 #define CALL_FP_STUB_P(name) CONST_STRNEQ (name, CALL_FP_STUB)
5469 if (! CONST_STRNEQ (name, ".gptab."))
5492 if (! CONST_STRNEQ (name, ".MIPS.content"))
5500 if (! CONST_STRNEQ (name, ".debug_"))
5508 if (! CONST_STRNEQ (name, ".MIPS.events")
5509 && ! CONST_STRNEQ (name, ".MIPS.post_rel"))
5625 else if (CONST_STRNEQ (name, ".gptab."))
5682 else if (CONST_STRNEQ (nam
[all...]
H A Delf32-ppc.c3610 BFD_ASSERT (CONST_STRNEQ (name, ".rela")
5149 else if (CONST_STRNEQ (bfd_get_section_name (dynobj, s), ".rela"))
6591 BFD_ASSERT (CONST_STRNEQ (name, ".rela")
6799 if (! ((CONST_STRNEQ (name, ".sdata")
6801 || (CONST_STRNEQ (name, ".sbss")
6827 if (! (CONST_STRNEQ (name, ".sdata2")
6828 || CONST_STRNEQ (name, ".sbss2")))
6859 if (((CONST_STRNEQ (name, ".sdata")
6861 || (CONST_STRNEQ (name, ".sbss")
6871 else if (CONST_STRNEQ (nam
[all...]
H A Dbfd-in.h61 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) macro
H A Dbfd.c915 if (CONST_STRNEQ (name, "coff-go32")
H A Delfxx-ia64.c1453 return ((CONST_STRNEQ (name, ELF_STRING_ia64_unwind)
1454 && ! CONST_STRNEQ (name, ELF_STRING_ia64_unwind_info))
1455 || CONST_STRNEQ (name, ELF_STRING_ia64_unwind_once));
2711 BFD_ASSERT ((CONST_STRNEQ (srel_name, ".rela")
2714 || (CONST_STRNEQ (srel_name, ".rel")
3792 else if (CONST_STRNEQ (name, ".rel"))
5702 && CONST_STRNEQ (sec->name, ".gnu.linkonce.t."))
H A Delf.c891 if (CONST_STRNEQ (name, ".gnu.linkonce")
3295 if (CONST_STRNEQ (sec->name, ".stab")
3702 && CONST_STRNEQ (s->name, ".note"))
4088 && CONST_STRNEQ (s->name, ".note"))
8555 if (CONST_STRNEQ (in.namedata, "NetBSD-CORE"))
8560 else if (CONST_STRNEQ (in.namedata, "QNX"))
9003 if (CONST_STRNEQ (sec1->name, ".gnu.linkonce")
9004 && CONST_STRNEQ (sec2->name, ".gnu.linkonce"))
H A Delf32-arm.c2294 return CONST_STRNEQ (name, ".rel") && strcmp (s->name, name + 4) == 0;
2296 return CONST_STRNEQ (name, ".rela") && strcmp (s->name, name + 5) == 0;
8682 else if (CONST_STRNEQ (name, ".rel"))
8696 else if (! CONST_STRNEQ (name, ".got")
9432 return (CONST_STRNEQ (name, ELF_STRING_ARM_unwind)
9433 || CONST_STRNEQ (name, ELF_STRING_ARM_unwind_once));
/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c296 if (CONST_STRNEQ (name, ".stab"))
341 if (CONST_STRNEQ (name, ".stab")
H A Dldctor.c134 if (! CONST_STRNEQ (name, "GLOBAL_"))
H A Dldmain.c598 if (CONST_STRNEQ (argv[i], "--sysroot="))
627 if (CONST_STRNEQ (argv[i], "-m"))
H A Dpe-dll.c453 return (CONST_STRNEQ (n, "__imp_"));
2754 if (! CONST_STRNEQ (erva + name_rva, "_nm_"))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dprdbg.c917 if (CONST_STRNEQ (domain_type, "class ")
920 else if (CONST_STRNEQ (domain_type, "union class ")
1323 if (CONST_STRNEQ (t, "class "))
2204 if (CONST_STRNEQ (t, "class "))
H A Dstabs.c1697 if (CONST_STRNEQ (s2, LLLOW)
1698 && CONST_STRNEQ (s3, LLHIGH))
1702 && CONST_STRNEQ (s3, ULLHIGH))
2833 || CONST_STRNEQ (argtypes, "__ct"));
2841 || CONST_STRNEQ (argtypes, "__dt"));
3843 && CONST_STRNEQ (name, "type")
H A Dar.c437 || CONST_STRNEQ (argv[1], "--v"))

Completed in 367 milliseconds

12