/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 | 24 globals_t *glob1, *glob2; local 30 glob2 = __cxxabiv1::__cxa_get_globals_fast (); 31 if ( glob1 != glob2 )
|
/prebuilts/ndk/r11/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 )
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
test_exception_storage.pass.cpp | 26 globals_t *glob1, *glob2; local 32 glob2 = __cxxabiv1::__cxa_get_globals_fast (); 33 if ( glob1 != glob2 )
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
glob.c | 169 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
570 return glob2(pathbuf, pathbuf,
576 * The functions glob2 and glob3 are mutually recursive; there is one level
581 glob2(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, glob_t *pglob,
function 783 error = glob2(pathbuf, --dc, pathlim, restpattern, pglob,
|
/external/openssh/openbsd-compat/ |
glob.c | 160 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *, 616 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1, 622 * The functions glob2 and glob3 are mutually recursive; there is one level 627 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function 766 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
|