HomeSort by relevance Sort by last modified time
    Searched refs:GOTOFF (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/test/MC/ELF/
relocation-386.s 11 // Relocation 3 (bar3@GOTOFF) is done with symbol 7 (bss)
34 // Relocation 14 (zed@GOTOFF) is of type R_386_GOTOFF and uses the symbol
87 leal .Lfoo@GOTOFF(%ebx), %eax
93 movb bar3@GOTOFF(%ebx), %al
110 movl zed@GOTOFF(%eax), %eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/
elf_gas32_ssym.asm 4 movl %eax, foo@GOTOFF
  /external/llvm/test/MC/AsmParser/
macro-args.s 4 movl \var@GOTOFF(%ebx),\re2g
12 // CHECK: movl is_sse@GOTOFF(%ebx), %eax
  /external/elfutils/backends/
arm_reloc.def 52 RELOC_TYPE (GOTOFF, REL)
i386_reloc.def 37 RELOC_TYPE (GOTOFF, REL)
sh_reloc.def 63 RELOC_TYPE (GOTOFF, REL)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
asm.h 63 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 42 GOTOFF,
ARMConstantPoolValue.cpp 56 case ARMCP::GOTOFF: return "GOTOFF";
  /bionic/libc/arch-x86/string/
ssse3-memcpy-atom.S 203 cmp __x86_shared_cache_size_half@GOTOFF(%ebx), %ecx
277 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
436 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
540 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
644 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
750 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
856 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
962 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
1068 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ecx
1172 cmp __x86_data_cache_size_half@GOTOFF(%ebx), %ec
    [all...]
sse2-memset-atom.S 326 mov __x86_shared_cache_size@GOTOFF(%ebx), %ebx
345 cmp __x86_data_cache_size@GOTOFF(%ebx), %ecx
  /bionic/libc/arch-x86/include/machine/
asm.h 55 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 265 mov __x86_shared_cache_size@GOTOFF(%ebx), %ebx
283 cmp __x86_data_cache_size@GOTOFF(%ebx), %ecx
sse2-memset16-atom.S 350 mov __x86_shared_cache_size@GOTOFF(%ebx), %ebx
369 cmp __x86_data_cache_size@GOTOFF(%ebx), %ecx
  /external/libffi/src/sh/
sysv.S 603 .long ffi_closure_helper_SYSV@GOTOFF

Completed in 396 milliseconds

1 2