Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 25 of 70) sorted by relevance

123

/external/oprofile/libpp/
Dlocate_images.cpp128 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()
Dlocate_images.h70 image_error & error, bool fixup) const;
87 image_error & error, bool fixup) const;
/external/llvm/test/MC/ARM/
Darm_fixups.s6 @ 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
Dbasic-thumb-instructions.s91 @ 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
Dbasic-thumb2-instructions.s205 @ 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/
DMPreFixups.cpp49 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/
DAndroid.mk132 ../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/
DAndroid.mk55 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/
DAndroid.mk83 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/
Dlinker.c88 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/
DAndroid.mk113 -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/
Dlinker.c152 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/
DAndroid.mk147 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/
Ddbus-marshal-recursive.c2405 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()
2568fixup.len_pos_in_reader, 4)); in writer_write_reader_helper()
[all …]
/external/v8/src/
Dregexp-macro-assembler-irregexp.cc67 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/
Doprofile_nmi.S37 .section .fixup,"ax"; \
/external/icu4c/common/
Dusc_impl.c109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) in fixup() function
324 fixup(scriptRun, scriptRun->scriptCode); in uscript_nextRun()
/external/llvm/test/CodeGen/ARM/
D2009-08-04-RegScavengerAssert.ll9 …%asmtmp.i = tail call i32 asm sideeffect "1:\09strbt\09$1,[$2]\0A2:\0A\09.section .fixup,\22ax\22\…
D2009-08-04-RegScavengerAssert-2.ll12 …%asmtmp.i = tail call i32 asm sideeffect "1:\09strbt\09$1,[$2]\0A2:\0A\09.section .fixup,\22ax\22\…
/external/llvm/test/CodeGen/X86/
D2008-11-13-inlineasm-3.ll14 … 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/
Dparsecvs.php137 function fixup($str) function
/external/e2fsprogs/e2fsck/
Dpass2.c454 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/
Duaccess.h38 unsigned long insn, fixup; member
/external/kernel-headers/original/linux/mtd/
Dcfi.h471 void (*fixup)(struct mtd_info *mtd, void* param); member
/external/kernel-headers/original/asm-x86/
Duaccess_32.h100 unsigned long insn, fixup; member

123