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

  /external/syslinux/gpxe/src/util/
iccfix.c 16 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
91 eprintf ( "Could not open %s: %s\n",
97 eprintf ( "Could not determine size of %s: %s\n",
105 eprintf ( "Could not map %s: %s\n",
121 eprintf ( "Unknown ELF class %d in %s\n",
141 eprintf ( "Syntax: %s <object_file>...\n", argv[0] );
148 eprintf ( "Could not fix up %s\n", argv[i] );
efirom.c 33 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
52 eprintf ( "Could not allocate %zd bytes\n", len );
100 eprintf ( "Unrecognised machine type %04x\n", *machine );
127 eprintf ( "Could not stat PE file: %s\n",
142 eprintf ( "Could not read PE file: %s\n",
172 eprintf ( "Could not write ROM file: %s\n",
184 eprintf ( "Syntax: %s [--vendor=VVVV] [--device=DDDD] "
219 eprintf ( "Invalid vendor \"%s\"\n", optarg );
226 eprintf ( "Invalid device \"%s\"\n", optarg );
262 eprintf ( "Could not open %s for reading: %s\n"
    [all...]
elf2efi.c 34 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
116 eprintf ( "Could not allocate %zd bytes\n", len );
161 eprintf ( "Unsupported relocation size %zd\n", size );
242 eprintf ( "Cannot open %s: ", filename );
251 eprintf ( "%s is not an object file\n", filename );
413 eprintf ( "Cannot read section %s: ", section->name );
488 eprintf ( "Unrecognised relocation type %s\n", howto->name );
639 eprintf ( "Could not seek to %lx: %s\n",
647 eprintf ( "Could not write section %.8s: %s\n",
717 eprintf ( "Could not open %s for writing: %s\n"
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 95 #define eprintf(args...) fprintf(stderr, args) macro
440 eprintf("ERROR: In signal handler, page fault, trapno = %d, ip = %016lx\n",
442 eprintf("si_addr %p\n", si->si_addr);
443 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]);
446 eprintf("unexpected trap %d! at 0x%lx\n", trapno, ip);
447 eprintf("si_addr %p\n", si->si_addr);
448 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]);
853 eprintf("%s()::%d\n", "print_context", line);
855 eprintf("bound[%d]: 0x%016lx 0x%016lx(0x%016lx)\n", i,
861 eprintf("cpcfg: %jx cpstatus: %jx\n", cfg[0], cfg[1])
    [all...]
  /external/compiler-rt/make/platform/
clang_darwin.mk 73 # Configuration solely for providing access to an eprintf symbol, which may
76 Configs += eprintf
77 UniversalArchs.eprintf := $(call CheckArches,i386,eprintf,$(OSX_SDK))
149 CFLAGS.eprintf := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
190 FUNCTIONS.eprintf := eprintf
191 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
230 eprintf \
darwin_bni.mk 50 udivmoddi4 umoddi3 apple_versioning eprintf atomic \
clang_macho_embedded.mk 92 # + eprintf is obsolete anyway
  /external/compiler-rt/make/
AppleBI.mk 103 DEL_LIST=`$(AR) -t $@ | egrep 'apple_versioning|gcc_personality_v0|eprintf' | xargs echo` ; \

Completed in 117 milliseconds