HomeSort by relevance Sort by last modified time
    Searched full:selfptr (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.c 13 extern void *selfptr;
33 printf("So should these: %p and %p\n", selfptr, &selfptr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.c 14 extern void *selfptr;
34 printf("So should these: %p and %p\n", selfptr, &selfptr);
elftest.asm 31 [GLOBAL selfptr] ; [2]
75 selfptr dd selfptr ; [16] define
elfso.asm 34 GLOBAL selfptr:data 4 ; [2]
89 selfptr dd selfptr wrt ..sym ; [16] define
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.c 14 extern void *selfptr;
34 printf("So should these: %p and %p\n", selfptr, &selfptr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.c 13 extern void *selfptr;
33 printf("So should these: %p and %p\n", selfptr, &selfptr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.c 16 extern void *selfptr;
45 printf("So should these: %p and %p\n", selfptr, &selfptr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 31 [GLOBAL selfptr] ; [2]
75 selfptr dd selfptr ; [16] define
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 29 [GLOBAL selfptr:data 4] ; [2]
82 selfptr dd selfptr wrt ..sym ; [16] define

Completed in 1998 milliseconds