Home
last modified time | relevance | path

Searched refs:eprintf (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/util/
Defirom.c33 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
52 eprintf ( "Could not allocate %zd bytes\n", len ); in xmalloc()
100 eprintf ( "Unrecognised machine type %04x\n", *machine ); in read_pe_info()
127 eprintf ( "Could not stat PE file: %s\n", in make_efi_rom()
142 eprintf ( "Could not read PE file: %s\n", in make_efi_rom()
172 eprintf ( "Could not write ROM file: %s\n", in make_efi_rom()
184 eprintf ( "Syntax: %s [--vendor=VVVV] [--device=DDDD] " in print_help()
219 eprintf ( "Invalid vendor \"%s\"\n", optarg ); in parse_options()
226 eprintf ( "Invalid device \"%s\"\n", optarg ); in parse_options()
262 eprintf ( "Could not open %s for reading: %s\n", in main()
[all …]
Diccfix.c16 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
91 eprintf ( "Could not open %s: %s\n", in iccfix()
97 eprintf ( "Could not determine size of %s: %s\n", in iccfix()
105 eprintf ( "Could not map %s: %s\n", in iccfix()
121 eprintf ( "Unknown ELF class %d in %s\n", in iccfix()
141 eprintf ( "Syntax: %s <object_file>...\n", argv[0] ); in main()
148 eprintf ( "Could not fix up %s\n", argv[i] ); in main()
Delf2efi.c34 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
116 eprintf ( "Could not allocate %zd bytes\n", len ); in xmalloc()
161 eprintf ( "Unsupported relocation size %zd\n", size ); in generate_pe_reloc()
242 eprintf ( "Cannot open %s: ", filename ); in open_input_bfd()
251 eprintf ( "%s is not an object file\n", filename ); in open_input_bfd()
413 eprintf ( "Cannot read section %s: ", section->name ); in process_section()
488 eprintf ( "Unrecognised relocation type %s\n", howto->name ); in process_reloc()
639 eprintf ( "Could not seek to %lx: %s\n", in write_pe_file()
647 eprintf ( "Could not write section %.8s: %s\n", in write_pe_file()
717 eprintf ( "Could not open %s for writing: %s\n", in elf2pe()
[all …]
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c95 #define eprintf(args...) fprintf(stderr, args) macro
440 eprintf("ERROR: In signal handler, page fault, trapno = %d, ip = %016lx\n", in handler()
442 eprintf("si_addr %p\n", si->si_addr); in handler()
443 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
446 eprintf("unexpected trap %d! at 0x%lx\n", trapno, ip); in handler()
447 eprintf("si_addr %p\n", si->si_addr); in handler()
448 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]); in handler()
853 eprintf("%s()::%d\n", "print_context", line); in __print_context()
855 eprintf("bound[%d]: 0x%016lx 0x%016lx(0x%016lx)\n", i, in __print_context()
861 eprintf("cpcfg: %jx cpstatus: %jx\n", cfg[0], cfg[1]); in __print_context()
[all …]
/external/compiler-rt/make/platform/
Dclang_darwin.mk76 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 \
Ddarwin_bni.mk50 udivmoddi4 umoddi3 apple_versioning eprintf atomic \
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake266 add_library(clang_rt.eprintf STATIC eprintf.c)
267 set_target_compile_flags(clang_rt.eprintf
272 set_target_properties(clang_rt.eprintf PROPERTIES
273 OUTPUT_NAME clang_rt.eprintf${COMPILER_RT_OS_SUFFIX})
274 set_target_properties(clang_rt.eprintf PROPERTIES
276 add_dependencies(builtins clang_rt.eprintf)
277 set_target_properties(clang_rt.eprintf PROPERTIES
279 install(TARGETS clang_rt.eprintf
/external/compiler-rt/lib/builtins/
DCMakeLists.txt67 eprintf.c
/external/compiler-rt/
DAndroid.bp126 "lib/builtins/eprintf.c",