/external/oprofile/libpp/ |
D | locate_images.cpp | 128 image_error & error, bool fixup) const in locate_image() 136 return fixup ? image : image_name; in locate_image() 153 return fixup ? image : image_name; in locate_image() 162 image_error & error, bool fixup) const in find_image_path() 166 string const image = locate_image(image_name, error, fixup); in find_image_path() 185 return fixup ? result[0] : image_name; in find_image_path() 193 return fixup ? result[0] : image_name; in find_image_path() 217 return fixup ? result[index] : image_name; in find_image_path()
|
D | locate_images.h | 70 image_error & error, bool fixup) const; 87 image_error & error, bool fixup) const;
|
/external/llvm/test/MC/ARM/ |
D | arm_fixups.s | 6 @ CHECK: @ fixup A - offset: 0, value: _printf, kind: fixup_arm_uncondbl 13 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 15 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16
|
D | basic-thumb-instructions.s | 91 @ fixup A - offset: 0, value: _baz, kind: fixup_thumb_adr_pcrel_10 131 @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_br 133 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bcc 173 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_bl 175 @ fixup A - offset: 0, value: _baz, kind: fixup_arm_thumb_blx 261 @ fixup A - offset: 0, value: _foo, kind: fixup_arm_thumb_cp
|
D | basic-thumb2-instructions.s | 205 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch 207 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_condbranch 210 @ fixup A - offset: 0, value: _bar, kind: fixup_t2_uncondbranch 306 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_cb 308 @ fixup A - offset: 0, value: _bar, kind: fixup_arm_thumb_cb 666 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_t2_ldst_pcrel_12 668 @ CHECK: @ fixup A - offset: 0, value: _strcmp-4, kind: fixup_t2_ldst_pcrel_12 842 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_ldst_pcrel_12 911 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_ldst_pcrel_12 980 @ CHECK: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_ldst_pcrel_12 [all …]
|
/external/icu4c/layout/ |
D | MPreFixups.cpp | 49 for (le_int32 fixup = 0; fixup < fFixupCount; fixup += 1) { in apply() local 50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; in apply() 51 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex; in apply()
|
/external/elfutils/libdw/ |
D | Android.mk | 132 ../host-darwin-fixup/getline.c 135 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 140 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h 158 ../bionic-fixup/getline.c \ 166 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../bionic-fixup 168 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../bionic-fixup/AndroidFixup.h
|
/external/elfutils/libdwfl/ |
D | Android.mk | 55 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 67 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h 92 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../bionic-fixup 94 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../bionic-fixup/AndroidFixup.h
|
/external/elfutils/libebl/ |
D | Android.mk | 83 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 87 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h 111 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../bionic-fixup 113 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../bionic-fixup/AndroidFixup.h
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 88 char* fixup; member 358 res = &(oc->fixup[oc->fixup_used]); in alloc_fixup_bytes() 396 void gen_armle_goto ( char* fixup, char* dstP ) in gen_armle_goto() argument 404 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP ); in gen_armle_goto() 405 fixup[0] = 0x04; fixup[1] = 0xF0; fixup[2] = 0x1F; fixup[3] = 0xE5; in gen_armle_goto() 406 fixup[4] = w & 0xFF; w >>= 8; in gen_armle_goto() 407 fixup[5] = w & 0xFF; w >>= 8; in gen_armle_goto() 408 fixup[6] = w & 0xFF; w >>= 8; in gen_armle_goto() 409 fixup[7] = w & 0xFF; w >>= 8; in gen_armle_goto() 410 arm_notify_new_code(fixup, 8); in gen_armle_goto() [all …]
|
/external/linux-tools-perf/ |
D | Android.mk | 113 -include $(LOCAL_PATH)/host-$(HOST_OS)-fixup/AndroidFixup.h 117 LOCAL_C_INCLUDES += $(LOCAL_PATH)/host-$(HOST_OS)-fixup 150 LOCAL_CFLAGS += -include external/elfutils/bionic-fixup/AndroidFixup.h 207 -include $(LOCAL_PATH)/host-$(HOST_OS)-fixup/AndroidFixup.h 224 LOCAL_C_INCLUDES += $(LOCAL_PATH)/host-$(HOST_OS)-fixup 260 LOCAL_CFLAGS += -include external/elfutils/bionic-fixup/AndroidFixup.h
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 152 char* fixup; 424 res = &(oc->fixup[oc->fixup_used]); 462 void gen_armle_goto ( char* fixup, char* dstP ) 470 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP ); 471 fixup[0] = 0x04; fixup[1] = 0xF0; fixup[2] = 0x1F; fixup[3] = 0xE5; 472 fixup[4] = w & 0xFF; w >>= 8; 473 fixup[5] = w & 0xFF; w >>= 8; 474 fixup[6] = w & 0xFF; w >>= 8; 475 fixup[7] = w & 0xFF; w >>= 8; 476 arm_notify_new_code(fixup, 8); [all …]
|
/external/elfutils/libelf/ |
D | Android.mk | 147 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 159 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h 178 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../bionic-fixup 185 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../bionic-fixup/AndroidFixup.h
|
/external/dbus/dbus/ |
D | dbus-marshal-recursive.c | 2405 const DBusArrayLenFixup *fixup) in append_fixup() argument 2413 *f = *fixup; in append_fixup() 2421 _dbus_assert (f->len_pos_in_reader == fixup->len_pos_in_reader); in append_fixup() 2422 _dbus_assert (f->new_len == fixup->new_len); in append_fixup() 2543 DBusArrayLenFixup fixup; in writer_write_reader_helper() local 2557 fixup.len_pos_in_reader = reader_array_len_pos; in writer_write_reader_helper() 2558 fixup.new_len = in writer_write_reader_helper() 2563 _dbus_assert (_DBUS_ALIGN_VALUE (fixup.len_pos_in_reader, 4) == in writer_write_reader_helper() 2564 (unsigned) fixup.len_pos_in_reader); in writer_write_reader_helper() 2568 … fixup.len_pos_in_reader, 4)); in writer_write_reader_helper() [all …]
|
/external/v8/src/ |
D | regexp-macro-assembler-irregexp.cc | 67 int fixup = pos; in Bind() local 68 pos = *reinterpret_cast<int32_t*>(buffer_.start() + fixup); in Bind() 69 *reinterpret_cast<uint32_t*>(buffer_.start() + fixup) = pc_; in Bind()
|
/external/oprofile/module/x86/ |
D | oprofile_nmi.S | 37 .section .fixup,"ax"; \
|
/external/icu4c/common/ |
D | usc_impl.c | 109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) in fixup() function 324 fixup(scriptRun, scriptRun->scriptCode); in uscript_nextRun()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-04-RegScavengerAssert.ll | 9 …%asmtmp.i = tail call i32 asm sideeffect "1:\09strbt\09$1,[$2]\0A2:\0A\09.section .fixup,\22ax\22\…
|
D | 2009-08-04-RegScavengerAssert-2.ll | 12 …%asmtmp.i = tail call i32 asm sideeffect "1:\09strbt\09$1,[$2]\0A2:\0A\09.section .fixup,\22ax\22\…
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-11-13-inlineasm-3.ll | 14 … sideeffect "1:\09movl %eax,0($2)\0A2:\09movl %edx,4($2)\0A3:\0A.section .fixup,\22ax\22\0A4:\09mo…
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | parsecvs.php | 137 function fixup($str) function
|
/external/e2fsprogs/e2fsck/ |
D | pass2.c | 454 int fixup = -1; in check_name() local 459 if (fixup < 0) { in check_name() 460 fixup = fix_problem(ctx, PR_2_BAD_NAME, pctx); in check_name() 462 if (fixup) { in check_name()
|
/external/kernel-headers/original/asm-arm/ |
D | uaccess.h | 38 unsigned long insn, fixup; member
|
/external/kernel-headers/original/linux/mtd/ |
D | cfi.h | 471 void (*fixup)(struct mtd_info *mtd, void* param); member
|
/external/kernel-headers/original/asm-x86/ |
D | uaccess_32.h | 100 unsigned long insn, fixup; member
|