HomeSort by: relevance | last modified time | path
    Searched defs:without (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-visium.c 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
776 const char *without = "without"; local
800 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without;
801 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without;
806 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without;
807 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without;
812 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
813 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-visium.c 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
784 const char *without = "without"; local
805 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without;
806 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without;
811 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without;
812 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without;
817 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
818 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-visium.c 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
784 const char *without = "without"; local
805 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without;
806 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without;
811 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without;
812 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without;
817 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
818 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-visium.c 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
776 const char *without = "without"; local
797 new_opt_with = new_flags & EF_VISIUM_ARCH_GR6 ? with : without;
798 old_opt_with = old_flags & EF_VISIUM_ARCH_GR6 ? with : without;
803 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM ? with : without;
804 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM ? with : without;
809 new_opt_with = new_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
810 old_opt_with = old_flags & EF_VISIUM_ARCH_MCM24 ? with : without;
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
proj.tcl 184 # stdout without delay.
248 # @proj-cflags-without-werror
254 proc proj-cflags-without-werror {{var CFLAGS}} {
283 define CFLAGS [proj-cflags-without-werror]
415 # --foo-bar (with or without a value) then this returns 0.
578 # HAVE_LIBDL is true (indicating that dlopen() is available without
610 msg-result " - This system can use dlopen() without -ldl."
1494 # use FOO if exec_prefix is not overridden at make-time. Without this
1928 # '-D$name=value' (without -quote)

Completed in 56 milliseconds