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

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64-pic.asm 2 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
6 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
10 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
14 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
18 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
22 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
26 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
30 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
gas-macho64.asm 3 # r_type= X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
7 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
11 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
15 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
19 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
23 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
27 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
31 # r_type= X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
35 # r_type=X86_64_RELOC_UNSIGNED,r_length=3, r_extern=1,r_pcrel=0, r_symbolnum=_foo
39 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_fo
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
nasm-macho64-pic.asm 4 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
8 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
12 ; r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
16 ; r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
20 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
24 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
28 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
32 ; r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo
  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 27 uint32_t r_symbolnum; // symbol index if r_extern == 1 else section index member in class:llvm::MachORelocation
41 return (r_symbolnum << 8) | (r_pcrel << 7) | ((r_length & 3) << 5) |
50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
  /bionic/libc/kernel/uapi/linux/
a.out.h 209 unsigned int r_symbolnum:24; member in struct:relocation_info
  /development/ndk/platforms/android-3/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /development/ndk/platforms/android-L/include/linux/
a.out.h 209 unsigned int r_symbolnum:24; member in struct:relocation_info
  /external/kernel-headers/original/uapi/linux/
a.out.h 247 /* The meaning of r_symbolnum depends on r_extern. */
248 unsigned int r_symbolnum:24;
257 r_symbolnum is the index of the symbol
260 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
246 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/
a.out.h 218 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/linux/
a.out.h 218 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/linux/
a.out.h 218 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/linux/
a.out.h 252 /* The meaning of r_symbolnum depends on r_extern. */
253 unsigned int r_symbolnum:24;
262 r_symbolnum is the index of the symbol
265 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
251 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
a.out.h 130 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
a.out.h 243 /* The meaning of r_symbolnum depends on r_extern. */
244 unsigned int r_symbolnum:24;
253 r_symbolnum is the index of the symbol
256 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
242 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 130 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
a.out.h 243 /* The meaning of r_symbolnum depends on r_extern. */
244 unsigned int r_symbolnum:24;
253 r_symbolnum is the index of the symbol
256 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
242 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/linux/
a.out.h 218 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/linux/
a.out.h 218 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 202 unsigned int r_symbolnum:24; member in struct:relocation_info

Completed in 353 milliseconds

1 2 3 4