HomeSort by relevance Sort by last modified time
    Searched refs:Sym (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gprof/
utils.h 24 extern int print_name_only (Sym * self);
25 extern void print_name (Sym * self);
cg_arcs.h 33 Sym *parent; /* source vertice of arc */
34 Sym *child; /* dest vertice of arc */
45 extern Sym *cycle_header; /* cycle headers */
47 extern void arc_add (Sym * parent, Sym * child, unsigned long count);
48 extern Arc *arc_lookup (Sym * parent, Sym * child);
49 extern Sym **cg_assemble (void);
cg_dfn.h 35 extern void cg_dfn (Sym * root);
cg_print.h 28 extern void cg_print (Sym **);
symtab.h 38 typedef struct sym
48 const char *name; /* Name of function this sym is from. */
62 struct sym *next; /* For building chains of syms. */
63 struct sym *prev; /* For building chains of syms. */
93 struct sym *head; /* Head of cycle. */
94 struct sym *next; /* Next member of cycle. */
102 Sym;
109 Sym *base; /* First element in symbol table. */
110 Sym *limit; /* Limit = base + len. */
116 extern void sym_init (Sym *);
37 typedef struct sym struct
    [all...]
sym_ids.h 42 extern bfd_boolean sym_id_arc_is_present (Sym_Table *, Sym *, Sym *);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 45 StubValueTy &getFnStubEntry(MCSymbol *Sym) {
46 assert(Sym && "Key cannot be null");
47 return FnStubs[Sym];
50 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
51 assert(Sym && "Key cannot be null");
52 return GVStubs[Sym];
55 StubValueTy &getHiddenGVStubEntry(MCSymbol *Sym) {
56 assert(Sym && "Key cannot be null");
57 return HiddenGVStubs[Sym];
77 StubValueTy &getGVStubEntry(MCSymbol *Sym) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ConstraintManager.cpp 22 SymbolRef Sym) {
24 .getSymbolicRegion(Sym);
29 SymbolRef Sym) {
30 QualType Ty = Sym->getType();
31 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
32 : nonloc::SymbolVal(Sym);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame5.d 3 Offset Info Type Sym.Value Sym. Name
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.h 28 getExprForPersonalitySymbol(const MCSymbol *Sym, unsigned Encoding,
30 const MCExpr* getExprForFDESymbol(const MCSymbol *Sym,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-size-1.d 7 Offset Info Type Sym.Value Sym. Name \+ Addend
19 Offset Info Type Sym.Value Sym. Name \+ Addend
x86-64-size-3.d 7 Offset Info Type Sym.Value Sym. Name \+ Addend
16 Offset Info Type Sym.Value Sym. Name \+ Addend
x86-64-size-5.d 7 Offset Info Type Sym.Value Sym. Name \+ Addend
13 Offset Info Type Sym.Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
size-1.d 6 Offset Info Type Sym.Value Sym. Name
18 Offset Info Type Sym.Value Sym. Name
size-3.d 6 Offset Info Type Sym.Value Sym. Name
15 Offset Info Type Sym.Value Sym. Name
x86-64-size-1.d 7 Offset Info Type Sym. Value Sym. Name \+ Addend
19 Offset Info Type Sym. Value Sym. Name \+ Addend
x86-64-size-3.d 7 Offset Info Type Sym. Value Sym. Name \+ Addend
16 Offset Info Type Sym. Value Sym. Name \+ Addend
x86-64-size-5.d 6 Offset Info Type Sym. Value Sym. Name \+ Addend
12 Offset Info Type Sym. Value Sym. Name \+ Addend
localpic.d 5 Offset Info Type Sym.Value Sym. Name
x86-64-localpic.d 5 Offset Info Type Sym. Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-local-addend.d 7 Offset Info Type Sym\. Value Sym\. Name \+ Addend
14 Offset Info Type Sym\. Value Sym. Name \+ Addend
local-addend-r.d 7 Offset Info Type Sym\. Value Sym\. Name \+ Addend
14 Offset Info Type Sym\. Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel12.d 6 *Offset * Info * Type * Sym\.Value * Sym\. Name
elf-rel18.d 5 Offset Info Type Sym.Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
vxworks4.d 8 Offset Info Type Sym\.Value Sym\. Name \+ Addend

Completed in 258 milliseconds

1 2 3 4 5 6 7 8 91011>>