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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
ehdr_start_def.cc 1 // ehdr_start_def.cc -- test for __ehdr_start linker-defined symbol.
23 // We provide a user-defined __ehdr_start, to make sure that the
26 char __ehdr_start[] = { 'a', 'b', 'c', 'd' }; variable
ehdr_start_test.cc 1 // ehdr_start_test.cc -- test for __ehdr_start linker-defined symbol.
40 extern char __ehdr_start[] WEAK_ATTR;
44 printf("&__ehdr_start = %p\n", &__ehdr_start);
47 assert(&__ehdr_start == 0);
49 assert(&__ehdr_start != NULL);
51 printf("ELF header: \\x%02x%c%c%c\n", __ehdr_start[0], __ehdr_start[1],
52 __ehdr_start[2], __ehdr_start[3])
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
ehdr_start.s 9 .weak __ehdr_start
10 .dc.a __ehdr_start
ehdr_start-strongref.s 9 .dc.a __ehdr_start
ehdr_start-missing.d 3 #error: .*: undefined reference to `__ehdr_start'
ehdr_start.d 8 [0-9a-f]*000 [Adrt] __ehdr_start
ehdr_start-shared.d 8 [0-9a-f]*000 [Adrt] __ehdr_start
ehdr_start-weak.d 8 \s+[wU] __ehdr_start
ehdr_start-userdef.d 10 *[0-9]+: 0*12345678 +0 +NOTYPE +GLOBAL +DEFAULT +ABS +__ehdr_start
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
ehdr_start-new.s 3 .weak __ehdr_start
11 lw $2, __ehdr_start
ehdr_start-o32.s 3 .weak __ehdr_start
12 lw $2, __ehdr_start

Completed in 1590 milliseconds