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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
redef5.s 1 .comm sym, 1
2 .set sym, 0
redef2.s 3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 sym: label
12 .long sym
    [all...]
redef4.s 2 sym: label
3 .set sym, 0
redef3.s 3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 .comm sym, 1
12 .long sym
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
redef.s 3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
pmu_fw.c 8 #define _INCBIN(file, sym) \
11 ".global " #sym "\n" \
12 ".type " #sym ", %object\n" \
14 #sym ":\n" \
16 ".size " #sym ", .-" #sym "\n" \
17 ".global " #sym "_end\n" \
18 #sym "_end:\n" \
21 #define INCBIN(file, sym) _INCBIN(file, sym)
    [all...]
  /external/llvm/test/MC/AArch64/
adrp-relocation.s 8 adrp x0, sym
9 adrp x0, :got:sym
10 adrp x0, :gottprel:sym
11 adrp x0, :tlsdesc:sym
13 .global sym
14 sym: label
15 // CHECK: R_AARCH64_ADR_PREL_PG_HI21 sym
16 // CHECK: R_AARCH64_ADR_GOT_PAGE sym
17 // CHECK: R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 sym
18 // CHECK: R_AARCH64_TLSDESC_ADR_PAGE21 sym
    [all...]
arm64-large-relocs.s 4 movz x2, #:abs_g0:sym
5 movk w3, #:abs_g0_nc:sym
6 // CHECK: movz x2, #:abs_g0:sym // encoding: [0bAAA00010,A,0b100AAAAA,0xd2]
7 // CHECK-NEXT: // fixup A - offset: 0, value: :abs_g0:sym, kind: fixup_aarch64_movw
8 // CHECK: movk w3, #:abs_g0_nc:sym // encoding: [0bAAA00011,A,0b100AAAAA,0x72]
9 // CHECK-NEXT: // fixup A - offset: 0, value: :abs_g0_nc:sym, kind: fixup_aarch64_movw
11 // CHECK-OBJ: 0 R_AARCH64_MOVW_UABS_G0 sym
12 // CHECK-OBJ: 4 R_AARCH64_MOVW_UABS_G0_NC sym
14 movz x4, #:abs_g1:sym
15 movk w5, #:abs_g1_nc:sym
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
relocs-errors.s 1 j sym@plt
2 jl sym@plt
3 jeq sym@plt
5 j sym@pcl
6 jl sym@pcl
7 jeq sym@pcl
  /external/iproute2/genl/
static-syms.c 10 void *_dlsym(const char *sym)
  /external/iproute2/ip/
static-syms.c 10 void *_dlsym(const char *sym)
  /external/iproute2/tc/
static-syms.c 10 void *_dlsym(const char *sym)
  /external/llvm/test/MC/ELF/
ifunc-reloc.s 2 .global sym
3 .type sym, @gnu_indirect_function
7 .set sym, alias
10 callq sym
14 // CHECK-NEXT: 0x1 R_X86_64_PC32 sym 0xFFFFFFFFFFFFFFFC
  /bionic/libm/
freebsd-compat.h 21 #define __weak_reference(sym,alias) \
23 __asm__(".equ " #alias ", " #sym)
25 #define __strong_reference(sym,aliassym) \
26 extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
28 #define __warn_references(sym,msg) /* ignored */
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvers/
vers.h 3 #define __SYMPFX(pfx, sym) #pfx sym
4 #define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym)
5 #define SYMPFX(sym) _SYMPFX(__USER_LABEL_PREFIX__, #sym)
  /external/turbine/java/com/google/turbine/binder/bound/
EnumConstantValue.java 19 import com.google.turbine.binder.sym.FieldSymbol;
25 private final FieldSymbol sym; field in class:EnumConstantValue
27 public EnumConstantValue(FieldSymbol sym) {
28 this.sym = sym;
31 public FieldSymbol sym() { method in class:EnumConstantValue
32 return sym;
  /frameworks/base/cmds/interrupter/
interrupter.h 21 #define INTERRUPTER(sym) \
22 if (real_##sym == NULL) \
23 __init_##sym(); \
29 #define CALL_FUNCTION_1(sym, ret, type1) \
30 ret (*real_##sym)(type1) = NULL; \
31 ret sym(type1 arg1) { \
32 INTERRUPTER(sym) \
33 return real_##sym(arg1); \
36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \
37 ret (*real_##sym)(type1, type2) = NULL;
    [all...]
  /external/ltp/pan/
symbol.h 44 struct sym { struct
45 struct sym *next;
55 struct sym *sym; member in struct:symh
56 struct sym *cursor;
60 * The "SYM" typedef is the only external data type.
62 typedef struct symh *SYM;
78 SYM sym_open(int flags, int mode, int openinfo );
79 int sym_put (SYM sym, char *key, void *data, int flags )
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_abs_global.sh 33 sym=$2
36 found=`grep " $sym\$" $file`
38 echo "Symbol $sym not found."
42 match_reloc=`grep " $sym\$" $file | grep " $reloc "`
44 echo "Expected symbol $sym to have relocation $reloc but found"
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
cdefs_aout.h 16 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
21 #define __strong_alias(alias,sym) \
23 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
24 #define __weak_alias(alias,sym) \
26 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
29 #define __weak_extern(sym) \
30 __asm(".weak " _C_LABEL_STRING(#sym));
33 #define __weak_reference(sym) __attribute__((__weakref__))
35 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym))
    [all...]
  /hardware/qcom/msm8998/json-c/
libjson.c 12 #define __warn_references(sym,msg) \
13 __asm__(".section .gnu" #sym ",\n\t.ascii \"" msg "\"\n\t.text");
16 #define __warn_references(sym,msg) /* nothing */
25 /* __asm__(".section .gnu.warning." __STRING(sym) \
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
pc2210.s 3 sym: .word 0 label
5 sethi %pc22(sym), %o1
6 or %o1, %pc10(sym), %o1
  /external/valgrind/coregrind/m_demangle/
demangle.c 191 Demangle 'sym' into its soname and fnname parts, putting them in
199 Bool VG_(maybe_Z_demangle) ( const HChar* sym,
214 SizeT len = VG_(strlen)(sym) + 1;
245 valid = sym[0] == '_'
246 && sym[1] == 'v'
247 && sym[2] == 'g'
248 && (sym[3] == 'r' || sym[3] == 'w')
249 && VG_(isdigit)(sym[4])
250 && VG_(isdigit)(sym[5]
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
alsasymboltable_linux.cc 33 #define X(sym) \
34 LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(AlsaSymbolTable, sym)
pulseaudiosymboltable_linux.cc 33 #define X(sym) \
34 LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(PulseAudioSymbolTable, sym)

Completed in 2685 milliseconds

1 2 3 4 5 6 7 8 91011>>