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

1 2 3

  /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/common/linux/
a.out.h 207 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
  /external/kernel-headers/original/linux/
a.out.h 241 /* The meaning of r_symbolnum depends on r_extern. */
242 unsigned int r_symbolnum:24;
251 r_symbolnum is the index of the symbol
254 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h 250 /* The meaning of r_symbolnum depends on r_extern. */
251 unsigned int r_symbolnum:24;
260 r_symbolnum is the index of the symbol
263 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
249 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 130 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
a.out.h 241 /* The meaning of r_symbolnum depends on r_extern. */
242 unsigned int r_symbolnum:24;
251 r_symbolnum is the index of the symbol
254 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/linux/
a.out.h 250 /* The meaning of r_symbolnum depends on r_extern. */
251 unsigned int r_symbolnum:24;
260 r_symbolnum is the index of the symbol
263 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
249 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 130 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
a.out.h 241 /* The meaning of r_symbolnum depends on r_extern. */
242 unsigned int r_symbolnum:24;
251 r_symbolnum is the index of the symbol
254 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/linux/
a.out.h 250 /* The meaning of r_symbolnum depends on r_extern. */
251 unsigned int r_symbolnum:24;
260 r_symbolnum is the index of the symbol
263 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
249 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/
a.out.h 241 /* The meaning of r_symbolnum depends on r_extern. */
242 unsigned int r_symbolnum:24;
251 r_symbolnum is the index of the symbol
254 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/linux/
a.out.h 211 unsigned int r_symbolnum:24; member in struct:relocation_info

Completed in 193 milliseconds

1 2 3