HomeSort by: relevance | last modified time | path
    Searched refs:SYMBOL (Results 1 - 25 of 83) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-size.c 0 /* Symbol size test program.
21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
32 /* Jump from a function with its symbol size set, to a function
38 " .globl " SYMBOL (main) "\n"
39 SYMBOL (main) ":\n"
44 " .size " SYMBOL (main) ", .-" SYMBOL (main) "\n"
48 " call " SYMBOL (trap) "\n");
i386-size-overlap.c 1 /* Overlapping symbol sizes test program.
21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
32 /* Jump from a function with its symbol size set, to a function
38 " .globl " SYMBOL (main) "\n"
39 SYMBOL (main) ":\n"
44 SYMBOL (inner) ":\n"
46 " .size " SYMBOL (inner) ", .-" SYMBOL (inner) "\n"
50 " call " SYMBOL (trap) "\n
    [all...]
i386-bp_permanent.c 19 #define SYMBOL(str) SYMBOL_PREFIX #str
21 #define SYMBOL(str) #str
38 SYMBOL (standard) ":\n"
50 " .global " SYMBOL(standard) "\n"
51 SYMBOL (standard) ":\n"
i386-unwind.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
41 " call " SYMBOL (trap) "\n"
42 " .globl " SYMBOL (main) "\n"
43 SYMBOL (main) ":\n"
i386-prologue.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
53 SYMBOL (standard) ":\n"
65 SYMBOL (gdb1253) ":\n"
78 SYMBOL (gdb1718) ":\n"
93 SYMBOL (gdb1338) ":\n"
109 SYMBOL (jump_at_beginning) ":\n"
121 SYMBOL (stack_align_ecx) ":\n"
138 SYMBOL (stack_align_edx) ":\n"
155 SYMBOL (stack_align_eax) ":\n
    [all...]
powerpc-prologue.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
51 SYMBOL (gdb2029) ":\n"
68 SYMBOL (optimized_1) ":\n"
powerpc64-prologue.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
53 SYMBOL (gdb2029) ":\n"
75 SYMBOL (optimized_1) ":\n"
i386-permbkpt.S 22 # define SYMBOL(str) CONCAT1(SYMBOL_PREFIX, str)
24 # define SYMBOL(str) str
27 .global SYMBOL(main)
28 SYMBOL(main):
i386-float.S 22 # define SYMBOL(str) CONCAT1(SYMBOL_PREFIX, str)
24 # define SYMBOL(str) str
28 .globl SYMBOL(main)
29 SYMBOL(main):
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-size.c 0 /* Symbol size test program.
21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
32 /* Jump from a function with its symbol size set, to a function
38 " .globl " SYMBOL (main) "\n"
39 SYMBOL (main) ":\n"
44 " .size " SYMBOL (main) ", .-" SYMBOL (main) "\n"
48 " call " SYMBOL (trap) "\n");
i386-size-overlap.c 1 /* Overlapping symbol sizes test program.
21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
32 /* Jump from a function with its symbol size set, to a function
38 " .globl " SYMBOL (main) "\n"
39 SYMBOL (main) ":\n"
44 SYMBOL (inner) ":\n"
46 " .size " SYMBOL (inner) ", .-" SYMBOL (inner) "\n"
50 " call " SYMBOL (trap) "\n
    [all...]
i386-bp_permanent.c 19 #define SYMBOL(str) SYMBOL_PREFIX #str
21 #define SYMBOL(str) #str
38 SYMBOL (standard) ":\n"
50 " .global " SYMBOL(standard) "\n"
51 SYMBOL (standard) ":\n"
i386-unwind.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
41 " call " SYMBOL (trap) "\n"
42 " .globl " SYMBOL (main) "\n"
43 SYMBOL (main) ":\n"
i386-prologue.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
53 SYMBOL (standard) ":\n"
65 SYMBOL (gdb1253) ":\n"
78 SYMBOL (gdb1718) ":\n"
93 SYMBOL (gdb1338) ":\n"
109 SYMBOL (jump_at_beginning) ":\n"
121 SYMBOL (stack_align_ecx) ":\n"
138 SYMBOL (stack_align_edx) ":\n"
155 SYMBOL (stack_align_eax) ":\n
    [all...]
powerpc-prologue.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
51 SYMBOL (gdb2029) ":\n"
68 SYMBOL (optimized_1) ":\n"
powerpc64-prologue.c 21 #define SYMBOL(str) SYMBOL_PREFIX #str
23 #define SYMBOL(str) #str
53 SYMBOL (gdb2029) ":\n"
75 SYMBOL (optimized_1) ":\n"
i386-permbkpt.S 22 # define SYMBOL(str) CONCAT1(SYMBOL_PREFIX, str)
24 # define SYMBOL(str) str
27 .global SYMBOL(main)
28 SYMBOL(main):
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
trace-common.h 19 #define SYMBOL(str) SYMBOL_PREFIX #str
21 #define SYMBOL(str) #str
41 asm (" .global " SYMBOL(name) "\n" \
42 SYMBOL(name) ":\n" \
43 " call " SYMBOL(x86_trace_dummy) "\n" \
49 asm (" .global " SYMBOL(name) "\n" \
50 SYMBOL(name) ":\n" \
57 asm (" .global " SYMBOL(name) "\n" \
58 SYMBOL(name) ":\n" \
range-stepping.c 19 #define SYMBOL(str) SYMBOL_PREFIX #str
21 #define SYMBOL(str) #str
48 asm (" .global " SYMBOL (set_point) "\n" \
49 SYMBOL (set_point) ":\n" \
ftrace.c 35 asm (" .global " SYMBOL(four_byter) "\n"
36 SYMBOL(four_byter) ":\n"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
trace-common.h 19 #define SYMBOL(str) SYMBOL_PREFIX #str
21 #define SYMBOL(str) #str
41 asm (" .global " SYMBOL(name) "\n" \
42 SYMBOL(name) ":\n" \
43 " call " SYMBOL(x86_trace_dummy) "\n" \
49 asm (" .global " SYMBOL(name) "\n" \
50 SYMBOL(name) ":\n" \
57 asm (" .global " SYMBOL(name) "\n" \
58 SYMBOL(name) ":\n" \
range-stepping.c 19 #define SYMBOL(str) SYMBOL_PREFIX #str
21 #define SYMBOL(str) #str
48 asm (" .global " SYMBOL (set_point) "\n" \
49 SYMBOL (set_point) ":\n" \
ftrace.c 35 asm (" .global " SYMBOL(four_byter) "\n"
36 SYMBOL(four_byter) ":\n"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-unresolved-main.c 32 #define SYMBOL(str) STR(SYMBOL1(str))
48 asm (".globl " SYMBOL(extern_block_start));
49 asm (SYMBOL(extern_block_start) ":");
52 asm (".globl " SYMBOL(extern_block_end));
53 asm (SYMBOL(extern_block_end) ":");
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-unresolved-main.c 32 #define SYMBOL(str) STR(SYMBOL1(str))
48 asm (".globl " SYMBOL(extern_block_start));
49 asm (SYMBOL(extern_block_start) ":");
52 asm (".globl " SYMBOL(extern_block_end));
53 asm (SYMBOL(extern_block_end) ":");

Completed in 42 milliseconds

1 2 3 4