Searched refs:symbol (Results 201 - 225 of 436) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/gdb/gdb/
H A Df-valprint.c585 error ("Invalid F77 type code %d in symbol table.", TYPE_CODE (type));
620 struct symbol *func;
641 is compiled with debugging symbols, and the "foo.o" symbol
646 So look in the minimal symbol tables as well, and if it comes
693 printf_filtered ("%s = ", DEPRECATED_SYMBOL_NAME (entry->symbol));
694 print_variable_value (entry->symbol, fi, gdb_stdout);
714 struct symbol *func;
733 is compiled with debugging symbols, and the "foo.o" symbol
738 So look in the minimal symbol tables as well, and if it comes
H A Dnlmread.c44 /* Initialize anything that needs initializing when a completely new symbol
77 nlm_symtab_read -- read the symbol table of an NLM file
89 function and data symbols to the minimal symbol table.
147 /* Scan and build partial symbols for a symbol file.
155 MAINLINE is true if we are reading the main symbol
161 symbol tables. When more extensive information is requested of a
162 file, the corresponding partial symbol table is mutated into a full
163 fledged symbol table by going back and reading the symbols
167 useful for building gdb's minimal symbol table. The first is a list
169 bfd's canonical symbol tabl
[all...]
H A Dstack.c166 struct symbol *func;
203 running in that frame (as a symbol), the info on the frame,
211 print_frame_args (struct symbol *func, struct frame_info *fi, int num,
217 struct symbol *sym;
280 /* We have to look up the symbol because arguments can have
287 symbol is double and the type of the LOC_LOCAL symbol is
295 struct symbol *nsym;
324 by creating a single LOC_REGPARM in symbol reading. */
539 struct symbol *fun
[all...]
H A Dax-gdb.c65 static struct value *const_var_ref (struct symbol *var);
80 static void gen_sym_offset (struct agent_expr *, struct symbol *);
82 struct axs_value *value, struct symbol *var);
163 const_var_ref (struct symbol *var)
203 struct value *v = const_var_ref ((*pc)[2].symbol);
460 /* Generating bytecode from GDB expressions: symbol references */
514 /* In many cases, a symbol's value is the offset from some other
518 gen_sym_offset (struct agent_expr *ax, struct symbol *var)
525 symbol VAR. Set VALUE to describe the result. */
528 gen_var_ref (struct agent_expr *ax, struct axs_value *value, struct symbol *va
[all...]
/freebsd-10.2-release/contrib/gdb/include/
H A Doasys.h187 oasys_symbol_record_type symbol; member in union:oasys_record_union
H A Dbfdlink.h93 waste more memory. When an undefined or common symbol is
97 doublecheck the symbol type.
103 undefined symbol list, the symbol has been referenced. If the
104 symbol is undefined and becomes defined, this field will
105 automatically be non-NULL since the symbol will have been on the
106 undefined symbol list. */
116 bfd *abfd; /* BFD symbol was found in. */
127 struct bfd_link_hash_entry *link; /* Real symbol. */
135 which the symbol shoul
626 const char *symbol; member in struct:bfd_elf_version_expr
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dcoffgrok.h42 struct coff_symbol *symbol; member in struct:coff_reloc
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h115 void (*Ppmd7_EncodeSymbol)(CPpmd7 *p, CPpmd7z_RangeEnc *rc, int symbol);
H A Darchive_read_support_format_rar.c1865 "Invalid symbol");
1879 "Invalid symbol");
1906 "Invalid symbol");
1915 "Invalid symbol");
1927 "Invalid symbol");
2590 int symbol, offs, len, offsindex, lensymbol, i, offssymbol, lowoffsetsymbol; local
2611 if ((symbol = read_next_symbol(a, &rar->maincode)) < 0)
2615 if (symbol < 256)
2617 lzss_emit_literal(rar, symbol);
2620 else if (symbol
[all...]
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dwinnt.c184 i386_pe_dllexport_name_p (const char *symbol)
186 return (strncmp (DLL_EXPORT_PREFIX, symbol,
193 i386_pe_dllimport_name_p (const char *symbol)
195 return (strncmp (DLL_IMPORT_PREFIX, symbol,
230 address. RTL processing can sometimes peek inside the symbol ref
275 address. RTL processing can sometimes peek inside the symbol ref
455 /* A dllimport fastcall symbol. */
461 /* A dllimport non-fastcall symbol. */
471 /* A fastcall symbol. */
680 /* Assemble an export symbol entr
183 i386_pe_dllexport_name_p(const char *symbol) argument
192 i386_pe_dllimport_name_p(const char *symbol) argument
[all...]
/freebsd-10.2-release/contrib/byacc/
H A Doutput.c410 if (csym != -1 && csym != p->symbol)
435 actionrow[p->symbol] = p->number;
440 actionrow[p->symbol + ntokens] = p->number;
446 csym = p->symbol;
565 default_goto(int symbol) argument
573 m = goto_map[symbol];
574 n = goto_map[symbol + 1];
600 save_column(int symbol, int default_state) argument
611 m = goto_map[symbol];
612 n = goto_map[symbol
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py220 def append(self, symbol):
221 if (self.symbols.has_key(symbol.name)):
223 (symbol.name, self.name))
224 self.symbols[symbol.name] = symbol
617 if not Config.symbol_filter.match(p['symbol']):
619 sym = Symbol(p['symbol'], p['offset'], vername, self)
627 if not p['symbol'].startswith(prefix):
629 alias = SymbolAlias(p['symbol'], prefix, p['offset'])
669 print "Parsing symbol
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h31 eDebugNo, // Not a debug symbol
32 eDebugYes, // A debug symbol
47 uint32_t AddSymbol(const Symbol& symbol);
51 uint32_t GetIndexForSymbol (const Symbol *symbol) const;
117 mutable Mutex m_mutex; // Provide thread safety for this symbol table
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp465 else if ((sc.function || sc.symbol) && (sc.function != prev_sc.function || sc.symbol != prev_sc.symbol))
467 if (prev_sc.function || prev_sc.symbol)
530 else if (sc.symbol && sc.symbol->ValueIsAddress())
532 range.GetBaseAddress() = sc.symbol->GetAddress();
533 range.SetByteSize (sc.symbol->GetByteSize());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp53 return "Reads debug symbols from an object file's symbol table.";
100 // The snippet of code below will get the indexes the module symbol
236 NULL, // no return type for a code symbol...
316 sc.symbol = m_obj_file->GetSymtab()->FindSymbolContainingFileAddress(so_addr.GetFileAddress());
317 if (sc.symbol)
350 // debug information. Any symbol queries should go through the symbol
364 // debug information. Any symbol queries should go through the symbol
/freebsd-10.2-release/crypto/heimdal/lib/asn1/
H A Dgen_copy.c54 copy_type (from, to, t->symbol->type, preserve);
57 t->symbol->gen_name, from, to);
H A Dgen_length.c69 length_type (name, t->symbol->type);
72 variable, t->symbol->gen_name, name);
/freebsd-10.2-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c23 uint32_t match_byte, uint32_t symbol)
32 price = rc_bittree_price(subcoder, 8, symbol);
35 symbol += UINT32_C(1) << 8;
42 = offset + match_bit + (symbol >> 8);
43 const uint32_t bit = (symbol >> 7) & 1;
46 symbol <<= 1;
47 offset &= ~(match_byte ^ symbol);
49 } while (symbol < (UINT32_C(1) << 16));
818 // If we have symbols pending, return the next pending symbol.
21 get_literal_price(const lzma_coder *const coder, const uint32_t pos, const uint32_t prev_byte, const bool match_mode, uint32_t match_byte, uint32_t symbol) argument
/freebsd-10.2-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c233 struct symbol *sym;
289 struct symbol *sym2;
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-ia64.h96 extern void ia64_frob_label PARAMS((struct symbol *sym));
98 extern int ia64_frob_symbol PARAMS((struct symbol *sym));
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dbinary.c41 a start symbol, an end symbol, and an absolute length symbol. */
124 /* Return the amount of memory needed to read the symbol table. */
132 /* Create a symbol name based on the bfd's filename. */
159 /* Return the symbol table. */
173 /* Start symbol. */
181 /* End symbol. */
189 /* Size symbol. */
207 /* Get information about a symbol
210 binary_get_symbol_info(bfd *ignore_abfd ATTRIBUTE_UNUSED, asymbol *symbol, symbol_info *ret) argument
[all...]
/freebsd-10.2-release/contrib/binutils/include/
H A Dbfdlink.h101 require a traversal. When an undefined or common symbol is
105 doublecheck the symbol type.
111 undefined symbol list, the symbol has been referenced. If the
112 symbol is undefined and becomes defined, this field will
113 automatically be non-NULL since the symbol will have been on the
114 undefined symbol list. */
116 bfd *abfd; /* BFD symbol was found in. */
117 bfd *weak; /* BFD weak symbol was found in. */
130 struct bfd_link_hash_entry *link; /* Real symbol
703 const char *symbol; member in struct:bfd_elf_version_expr
[all...]
/freebsd-10.2-release/sys/xen/interface/
H A Dlibelf.h163 const elf_sym *elf_sym_by_name(struct elf_binary *elf, const char *symbol);
188 uint64_t elf_lookup_addr(struct elf_binary *elf, const char *symbol);
/freebsd-10.2-release/contrib/binutils/gas/
H A DMakefile.am230 struc-symbol.h \
1011 subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
1017 $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
1022 subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
1028 struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1054 struc-symbol.h $(srcdir)/config/bfin-defs.h $(INCDIR)/obstack.h \
1126 struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
1334 struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1341 struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1347 struc-symbol
[all...]
H A DMakefile.in473 struc-symbol.h \
773 subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
780 $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
786 subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
793 struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
824 struc-symbol.h $(srcdir)/config/bfin-defs.h $(INCDIR)/obstack.h \
909 struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
1153 struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1161 struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1168 struc-symbol
[all...]

Completed in 150 milliseconds

1234567891011>>