HomeSort by relevance Sort by last modified time
    Searched refs:glob2 (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
pcrel.s 21 jmp glob2
32 jmp glob2 - abs
43 jmp glob2 - abs2
49 jmp glob2 - loc
50 jmp glob2 - loc2
54 .global glob2
55 glob2 = loc2 + 5 define
absrel.s 21 mov glob2,%eax
32 mov glob2 - abs, %eax
43 mov glob2 - abs2,%eax
49 mov glob2 - loc, %eax
50 mov glob2 - loc2,%eax
54 .global glob2
55 glob2 = loc2 + 5 define
absrel.d 19 28: (a1 00 00 00 00[ ]*mov 0x0,%eax 29: R_386_32 glob2|a1 05 01 00 00[ ]*mov 0x105,%eax 29: (dir)?32 \.text)
30 5f: (a1 cc ed ff ff[ ]*mov 0xffffedcc,%eax 60: R_386_32 glob2|a1 d1 ee ff ff[ ]*mov 0xffffeed1,%eax 60: (dir)?32 \.text)
41 96: (a1 8a 67 ff ff[ ]*mov 0xffff678a,%eax 97: R_386_32 glob2|a1 8f 68 ff ff[ ]*mov 0xffff688f,%eax 97: (dir)?32 \.text)
47 b4: (a1 b5 00 00 00[ ]*mov 0xb5,%eax b5: R_386_PC32 glob2|a1 05 01 00 00[ ]*mov 0x105,%eax)
48 b9: (a1 ba ff ff ff[ ]*mov 0xffffffba,%eax ba: R_386_PC32 glob2|a1 05 00 00 00[ ]*mov 0x5,%eax)
pcrel.d 19 (25: e9 fc ff ff ff[ ]*jmp 26 .*26: R_386_PC32 glob2|22: e9 de 00 00 00[ ]*jmp 105 .*)
30 (5c: e9 c8 ed ff ff[ ]*jmp ffffee29 .*5d: R_386_PC32 glob2|59: e9 73 ee ff ff[ ]*jmp ffffeed1 .*)
  /external/compiler-rt/test/asan/TestCases/Posix/
init-order-pthread-create.cc 22 extern void *glob2;
45 printf("%p %p\n", glob, glob2);
52 void *glob2 = bar((void*)0x2345, true); variable
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
tls-gdesc-got.s 20 2: bl glob2(tlscall)
22 1: .word glob2(tlsdesc) + (. - 2b)
43 .globl glob2
44 .type glob2, %object
45 glob2: .space 4 label
tls-longplt-lib.s 45 @ glob1 and glob2 used by tls-longplt
49 .type glob2, %object
50 .globl glob2
51 glob2: .space 4 label
tls-gdesc-got.d 29 103.4: R_ARM_TLS_DESC glob2
  /external/compiler-rt/lib/asan/tests/
asan_globals_test.cc 17 char glob2[2]; variable
asan_test_utils.h 86 extern char glob2[2];
asan_interface_test.cc 276 GOOD_ACCESS(glob2, 2 - 1);
297 BAD_ACCESS(glob2, 2);
  /external/libcxxabi/test/
test_exception_storage.pass.cpp 26 globals_t *glob1, *glob2; local
32 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
33 if ( glob1 != glob2 )
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_exception_storage.pass.cpp 26 globals_t *glob1, *glob2; local
32 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
33 if ( glob1 != glob2 )
  /external/v8/test/mjsunit/
object-literal-overwrite.js 114 var glob2 = 0; variable
117 var r = { y: glob2++, y: glob2++, y: glob2++, y: 7};
123 assertEquals(3, glob2);
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *,
597 return glob2(pathbuf, pathbuf,
603 * The functions glob2 and glob3 are mutually recursive; there is one level
608 glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern, function
622 qprintf("glob2", pathbuf);
726 glob2(pathbuf, pathend, pathlim, restpattern - 1, pglob,
728 glob2(pathbuf, pathend, pathlim, restpattern + 1, pglob,
841 error = glob2(pathbuf, dc, pathlim, pglobstar,
851 error = glob2(pathbuf, --dc, pathlim, restpattern,
  /external/avahi/avahi-daemon/
glob.c 159 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
541 return(glob2(pathbuf, pathbuf, pathbuf + MAXPATHLEN - 1,
546 * The functions glob2 and glob3 are mutually recursive; there is one level
551 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, function
678 err = glob2(pathbuf, --dc, pathend_last, restpattern,
  /external/v8/test/cctest/
test-api.cc 2942 v8::Local<v8::Symbol> glob2 = v8::Symbol::For(isolate, name); local
2997 v8::Local<v8::Private> glob2 = v8::Private::ForApi(isolate, name); local
    [all...]

Completed in 278 milliseconds