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

  /toolchain/binutils/binutils-2.27/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
pcrel-elf.d 21 [ ]*[a-f0-9]+: e9 fc ff ff ff jmp 26 <glob\+0x21> 26: R_386_PC32 glob2
32 [ ]*[a-f0-9]+: e9 c8 ed ff ff jmp ffffee29 <abs2\+0xffff55b3> 5d: R_386_PC32 glob2
46 [ ]*[a-f0-9]+: e9 fc 00 00 00 jmp 1a3 <glob2\+0x9e> a3: R_386_PC32 \*ABS\*
49 [ ]*[a-f0-9]+: e9 01 01 00 00 jmp 1b7 <glob2\+0xb2> b2: R_386_PC32 \*ABS\*
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.27/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 46 @ glob1 and glob2 used by tls-longplt
50 .type glob2, %object
51 .globl glob2
52 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 27 globals_t *glob1, *glob2; local
33 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
34 if ( glob1 != glob2 )
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
test_exception_storage.pass.cpp 27 globals_t *glob1, *glob2; local
33 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
34 if ( glob1 != glob2 )
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 164 static int glob2(Char *, Char *, Char *, Char *, glob_t *,
636 return (glob2(pathbuf, pathbuf, pathbuf + MAXPATHLEN - 1,
641 * The functions glob2 and glob3 are mutually recursive; there is one level
646 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, function
808 err = glob2(pathbuf, --dc, pathend_last, restpattern,
  /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,

Completed in 243 milliseconds