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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
backtrace.h 25 * dependent way when available. It also manages an internal symbol table
56 const char *symbol; member in struct:isc_backtrace_symmap
93 * Returns the content of the internal symbol table of the given index.
94 * On success, *addrsp and *symbolp point to the address and the symbol of
96 * range of the symbol table, ISC_R_RANGE will be returned.
114 * Searches the internal symbol table for the symbol that most matches the
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv-protos.h 164 /* Information about a relocation unspec. SYMBOL is the relocation symbol
168 rtx symbol; member in struct:frv_unspec
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv-protos.h 164 /* Information about a relocation unspec. SYMBOL is the relocation symbol
168 rtx symbol; member in struct:frv_unspec
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
backtrace.h 20 * dependent way when available. It also manages an internal symbol table
51 const char *symbol; member in struct:isc_backtrace_symmap
89 * Returns the content of the internal symbol table of the given index.
90 * On success, *addrsp and *symbolp point to the address and the symbol of
92 * range of the symbol table, ISC_R_RANGE will be returned.
110 * Searches the internal symbol table for the symbol that most matches the
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-address.h 27 tree symbol, base, index, step, offset; member in struct:mem_address
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-address.h 27 tree symbol, base, index, step, offset; member in struct:mem_address
  /src/external/gpl3/gcc/dist/gcc/analyzer/
symbol.h 30 class symbol class in namespace:ana
38 static int cmp_ids (const symbol *s1, const symbol *s2);
41 symbol (complexity c, unsigned id) function in class:ana::symbol
  /src/external/gpl3/gcc/dist/libgcc/config/or1k/
or1k.S 6 #define ENTRY(symbol) \
8 .global symbol ;\
9 .type symbol, @function ;\
10 symbol: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/or1k/
or1k.S 6 #define ENTRY(symbol) \
8 .global symbol ;\
9 .type symbol, @function ;\
10 symbol: label
  /src/external/apache2/llvm/dist/libcxx/utils/
generate_header_inclusion_tests.py 135 symbol = get_libcpp_header_symbol(includer)
137 #if !defined({symbol})
141 symbol=symbol, variable
142 message="<{}> was expected to define {}".format(includer, symbol),
148 symbol = get_libcpp_header_symbol(includee)
150 #if {includee_test}!defined({symbol})
155 symbol=symbol, variable
  /src/external/gpl2/groff/dist/src/include/
symbol.h 1 /* $NetBSD: symbol.h,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
27 class symbol { class
35 symbol(const char *p, int how = 0);
36 symbol();
38 int operator ==(symbol) const;
39 int operator !=(symbol) const;
46 extern const symbol NULL_SYMBOL;
47 extern const symbol EMPTY_SYMBOL;
49 inline symbol::symbol() : s(0 function in class:symbol
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
demangler-fuzzer.c 53 char symbol[2 + MAXLEN + 1] = "_Z"; local
92 char *buffer = symbol + 2;
101 cplus_demangle (symbol, DMGL_AUTO | DMGL_ANSI | DMGL_PARAMS);
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
demangler-fuzzer.c 53 char symbol[2 + MAXLEN + 1] = "_Z"; local
92 char *buffer = symbol + 2;
101 cplus_demangle (symbol, DMGL_AUTO | DMGL_ANSI | DMGL_PARAMS);
  /src/external/gpl3/binutils/dist/bfd/
coff-bfd.h 23 section is associated with a particular symbol. When the linker
25 given name and associated with a given symbol. */
29 /* The name of the symbol associated with a comdat section. */
32 /* The local symbol table index of the symbol associated with a
36 long symbol; member in struct:coff_comdat_info
70 #define coff_symbol_from(symbol) \
71 ((bfd_family_coff (bfd_asymbol_bfd (symbol)) \
72 && bfd_asymbol_bfd (symbol)->tdata.coff_obj_data) \
73 ? (coff_symbol_type *) (symbol) : NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-bfd.h 23 section is associated with a particular symbol. When the linker
25 given name and associated with a given symbol. */
29 /* The name of the symbol associated with a comdat section. */
32 /* The local symbol table index of the symbol associated with a
36 long symbol; member in struct:coff_comdat_info
72 #define coff_symbol_from(symbol) \
73 ((bfd_family_coff (bfd_asymbol_bfd (symbol)) \
74 && bfd_asymbol_bfd (symbol)->tdata.coff_obj_data) \
75 ? (coff_symbol_type *) (symbol) : NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-bfd.h 23 section is associated with a particular symbol. When the linker
25 given name and associated with a given symbol. */
29 /* The name of the symbol associated with a comdat section. */
32 /* The local symbol table index of the symbol associated with a
36 long symbol; member in struct:coff_comdat_info
72 #define coff_symbol_from(symbol) \
73 ((bfd_family_coff (bfd_asymbol_bfd (symbol)) \
74 && bfd_asymbol_bfd (symbol)->tdata.coff_obj_data) \
75 ? (coff_symbol_type *) (symbol) : NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
FrameDecorator.py 95 Symbol/Value interface. If there are no frame arguments, or
111 Symbol/Value interface. If there are no frame locals, or if
126 pc. If symbol table/line information does not exist, or if
219 Symbol/Value interface. If there are no frame locals, or if
231 """A container class conforming to the Symbol/Value interface
234 # The FRAME argument is needed here because gdb.Symbol doesn't
237 def __init__(self, frame, symbol):
239 self.sym = symbol
242 """Return the value associated with this symbol, or None"""
247 def symbol(self) member in class:SymValueWrapper
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
signals.cc 45 const char *symbol; member in struct:__anon408
50 #define SET(symbol, constant, name, string) { #symbol, name, string },
60 return signals[sig].symbol;
  /src/external/gpl3/gdb/dist/bfd/
coff-bfd.h 23 section is associated with a particular symbol. When the linker
25 given name and associated with a given symbol. */
29 /* The name of the symbol associated with a comdat section. */
32 /* The local symbol table index of the symbol associated with a
36 long symbol; member in struct:coff_comdat_info
72 #define coff_symbol_from(symbol) \
73 ((bfd_family_coff (bfd_asymbol_bfd (symbol)) \
74 && bfd_asymbol_bfd (symbol)->tdata.coff_obj_data) \
75 ? (coff_symbol_type *) (symbol) : NULL
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
FrameDecorator.py 95 Symbol/Value interface. If there are no frame arguments, or
111 Symbol/Value interface. If there are no frame locals, or if
126 pc. If symbol table/line information does not exist, or if
219 Symbol/Value interface. If there are no frame locals, or if
231 """A container class conforming to the Symbol/Value interface
234 # The FRAME argument is needed here because gdb.Symbol doesn't
237 def __init__(self, frame, symbol):
239 self.sym = symbol
242 """Return the value associated with this symbol, or None"""
247 def symbol(self) member in class:SymValueWrapper
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
signals.cc 45 const char *symbol; member in struct:__anon764
50 #define SET(symbol, constant, name, string) { #symbol, name, string },
60 return signals[sig].symbol;
  /src/lib/libcurses/
keymap.h 69 wchar_t symbol; /* key symbol if key is a leaf entry */ member in union:key_entry::__anon468
74 #define KEYMAP_LEAF 2 /* key has a symbol associated with it, either
76 * single char key that generates a symbol */
113 wchar_t symbol; /* the symbol associated with it */ member in struct:tcdata
  /src/usr.bin/crunch/crunchide/
crunchide.c 31 * crunchide.c - tiptoes through a symbol table, hiding all defined
55 * relative reloc from a global symbol, other than PIC? The
56 * solution is to not hide the symbol from the linker in this case,
82 static void add_to_keep_list(char *symbol);
131 "Usage: %s [-k keep-symbol] [-f keep-list-file] object-file\n"
145 add_to_keep_list(char *symbol)
153 if ((cmp = strcmp(symbol, curp->sym)) <= 0)
161 newp->sym = strdup(symbol);
175 in_keep_list(const char *symbol)
183 if((cmp = strcmp(symbol, curp->sym)) <= 0
193 char symbol[1024]; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
object.py 18 Section, Symbol, and Relocation, respectively.
39 To aid working around this limitation, each Section, Symbol, and Relocation
59 for symbol in symbols:
60 print symbol.name # This raises because the object has expired.
64 for symbol in obj.get_symbols():
65 symbols.append(symbol)
66 print symbol.name
68 for symbol in symbols:
69 print symbol.name # OK
70 print symbol.address # NOT OK. We didn't look up this property before
382 def symbol(self): member in class:Relocation
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOModule.h 44 const GlobalValue *symbol = 0; member in struct:llvm::LTOModule::NameAndAttributes
135 /// Get the attributes for a symbol at the specified index.
142 /// Get the name of the symbol at the specified index.
151 return _symbols[index].symbol;
180 /// Add a symbol which isn't defined just yet to a list to be resolved later.
181 void addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym,
184 /// Add a defined symbol to the list.
188 /// Add a data symbol as defined to the list.
189 void addDefinedDataSymbol(ModuleSymbolTable::Symbol Sym);
192 /// Add a function symbol as defined to the list
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011>>