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

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
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-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...]
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-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-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"
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"
insn-reloc.c 41 #define SYMBOL(str) SYMBOL_PREFIX #str
43 #define SYMBOL(str) #str
63 asm (" .global " SYMBOL (set_point0) "\n"
64 " jmp " SYMBOL (set_point0) "\n"
68 SYMBOL (set_point0) ":\n"
93 asm (" .global " SYMBOL (set_point1) "\n"
94 SYMBOL (set_point1) ":\n"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
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-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...]
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-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-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"
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"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
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" \
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" \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
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" \
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" \
  /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) ":");
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 84 #define SYMBOL(Id, Parent) \
93 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); }
94 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent)
SymExpr.h 34 #define SYMBOL(Id, Parent) Id##Kind,
65 /// Iterator over symbols that the current symbol depends on.
67 /// For SymbolData, it's the symbol itself; for expressions, it's the
68 /// expression symbol and all the operands in it. Note, SymbolDerived is
91 /// Find the region from which this symbol originates.
93 /// Whenever the symbol was constructed to denote an unknown value of
95 /// allows checkers to make decisions depending on the origin of the symbol.
96 /// Symbol classes for which the origin region is known include
100 /// a larger record region) is default-bound with a certain symbol.
114 /// A symbol representing data which can be stored in a memory locatio
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
make-target-delegates.py 34 # Match a C symbol.
35 SYMBOL = "[a-zA-Z_][a-zA-Z0-9_]*"
37 NAME_PART = r"(?P<name>" + SYMBOL + r")\s"
45 # Match a C++ symbol, including scope operators and template
83 + SYMBOL
88 + SYMBOL
  /src/external/gpl3/gdb.old/dist/gdb/
make-target-delegates.py 34 # Match a C symbol.
35 SYMBOL = "[a-zA-Z_][a-zA-Z0-9_]*"
37 NAME_PART = r"(?P<name>" + SYMBOL + r")\s"
45 # Match a C++ symbol, including scope operators and template
83 + SYMBOL
88 + SYMBOL

Completed in 40 milliseconds

1 2