Searched refs:sym (Results 1 - 25 of 716) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Dadrp-relocation.s8 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_PAGE sym
[all...]
H A Darm64-large-relocs.s4 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...]
H A Darm64-elf-relocs.s4 add x0, x2, #:lo12:sym
5 // CHECK: add x0, x2, :lo12:sym
6 // CHECK-OBJ: 0 R_AARCH64_ADD_ABS_LO12_NC sym
8 add x5, x7, #:dtprel_lo12:sym
9 // CHECK: add x5, x7, :dtprel_lo12:sym
10 // CHECK-OBJ: 4 R_AARCH64_TLSLD_ADD_DTPREL_LO12 sym
12 add x9, x12, #:dtprel_lo12_nc:sym
13 // CHECK: add x9, x12, :dtprel_lo12_nc:sym
14 // CHECK-OBJ: 8 R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC sym
16 add x20, x30, #:tprel_lo12:sym
[all...]
/external/iproute2/genl/
H A Dstatic-syms.c2 void *_dlsym(const char *sym) argument
/external/iproute2/ip/
H A Dstatic-syms.c2 void *_dlsym(const char *sym) argument
/external/iproute2/tc/
H A Dstatic-syms.c2 void *_dlsym(const char *sym) argument
/external/llvm/test/MC/ELF/
H A Difunc-reloc.s2 .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
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delf-rip.asm2 [extern sym]
5 mov eax, [rip+sym]
6 mov eax, [sym wrt rip]
7 call sym
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dmem64rip.asm4 mov eax, [rip+sym]
5 mov eax, [sym wrt rip]
6 sym: label
7 mov eax, [sym wrt rip]
8 call sym
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-350864.js31 var sym = Symbol(); variable
32 v1[sym] = 1;
34 assertArrayEquals([sym], symbols);
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c138 Demangle 'sym' into its soname and fnname parts, putting them in
146 Bool VG_(maybe_Z_demangle) ( const HChar* sym, argument
182 valid = sym[0] == '_'
183 && sym[1] == 'v'
184 && sym[2] == 'g'
185 && (sym[3] == 'r' || sym[3] == 'w')
186 && VG_(isdigit)(sym[4])
187 && VG_(isdigit)(sym[5])
188 && VG_(isdigit)(sym[
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dalsasymboltable_linux.cc33 #define X(sym) \
34 LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(AlsaSymbolTable, sym)
H A Dpulseaudiosymboltable_linux.cc33 #define X(sym) \
34 LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(PulseAudioSymbolTable, sym)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_addrname.c55 GElf_Sym sym; local
56 return INTUSE(dwfl_module_addrsym) (mod, addr, &sym, NULL);
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp45 #define NOT_HERE_BEFORE_5_0(sym) \
46 extern const char sym##_tmp30 __asm("$ld$hide$os3.0$_" #sym ); \
47 __attribute__((visibility("default"))) const char sym##_tmp30 = 0; \
48 extern const char sym##_tmp31 __asm("$ld$hide$os3.1$_" #sym ); \
49 __attribute__((visibility("default"))) const char sym##_tmp31 = 0; \
50 extern const char sym##_tmp32 __asm("$ld$hide$os3.2$_" #sym );\
51 __attribute__((visibility("default"))) const char sym##_tmp3
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
26 #define DEFINE(sym, val) const int sym = val
/external/libvpx/libvpx/vpx_ports/
H A Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val))
26 #define DEFINE(sym, val) const int sym = val
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c140 struct symbol *sym; local
142 for (sym = scope->symbols
143 ; sym != NULL
144 ; sym = sym->next_with_same_name) {
145 const struct symbol_header *const hdr = sym->hdr;
162 struct symbol *sym = scope->symbols; local
169 while (sym != NULL) {
170 struct symbol *const next = sym->next_with_same_scope;
171 struct symbol_header *const hdr = sym
214 struct symbol *sym; local
285 struct symbol *sym; local
309 struct symbol *sym; local
331 struct symbol *sym; local
386 struct symbol *sym; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c140 struct symbol *sym; local
142 for (sym = scope->symbols
143 ; sym != NULL
144 ; sym = sym->next_with_same_name) {
145 const struct symbol_header *const hdr = sym->hdr;
162 struct symbol *sym = scope->symbols; local
169 while (sym != NULL) {
170 struct symbol *const next = sym->next_with_same_scope;
171 struct symbol_header *const hdr = sym
214 struct symbol *sym; local
285 struct symbol *sym; local
309 struct symbol *sym; local
331 struct symbol *sym; local
386 struct symbol *sym; local
[all...]
/external/chromium_org/third_party/codesighs/
H A Dreadelf_wrap.pl104 my @sym;
106 if (@sym = /^\s*(\d+): (\w+)\s*(\d+)\s*(\w+)\s*(\w+)\s*(\w+)\s*(\w+) (.*)/)
113 if (($sym[$SYM_TYPE] !~ /^(OBJECT|FUNC)$/) ||
114 $sym[$SYM_NDX] eq 'UND' || $sym[$SYM_NDX] eq 'UNDEF'
115 || $sym[$SYM_SIZE] eq '0') {
118 push (@symbol_list, \@sym);
133 my $sym;
138 foreach $sym (@symbol_list) {
140 printf "%08x\t", $sym
[all...]
/external/ltrace/sysdeps/linux-gnu/alpha/
H A Dplt.c32 sym2addr(struct process *proc, struct library_symbol *sym) argument
34 return sym->enter_addr;
/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dplt.c31 sym2addr(struct process *proc, struct library_symbol *sym) argument
33 return sym->enter_addr;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.c49 sym(void *h, const char *name) function
88 apple_cgl.get_version = sym(h, "CGLGetVersion");
99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable");
103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable");
105 apple_cgl.create_context = sym(h, "CGLCreateContext");
106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext");
108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext");
109 apple_cgl.get_current_context = sym(
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.c49 sym(void *h, const char *name) function
88 apple_cgl.get_version = sym(h, "CGLGetVersion");
99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat");
100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat");
102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable");
103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable");
105 apple_cgl.create_context = sym(h, "CGLCreateContext");
106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext");
108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext");
109 apple_cgl.get_current_context = sym(
[all...]
/external/elfutils/0.153/libebl/
H A Debl_check_special_symbol.c59 ebl_check_special_symbol (ebl, ehdr, sym, name, destshdr)
62 const GElf_Sym *sym;
69 return ebl->check_special_symbol (ebl->elf, ehdr, sym, name, destshdr);

Completed in 1023 milliseconds

1234567891011>>