Searched refs:symbol (Results 1 - 25 of 343) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/groff/src/include/
H A Dsymbol.h25 class symbol { class
33 symbol(const char *p, int how = 0);
34 symbol();
36 int operator ==(symbol) const;
37 int operator !=(symbol) const;
44 extern const symbol NULL_SYMBOL;
45 extern const symbol EMPTY_SYMBOL;
47 inline symbol::symbol() : s(0) function in class:symbol
51 inline int symbol
[all...]
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h36 dlfunc(void *handle, const char *symbol) argument
39 return ((dlfunc_t)dlsym(handle, symbol));
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddw2gencfi.h27 struct symbol;
36 extern void cfi_new_fde (struct symbol *);
37 extern void cfi_end_fde (struct symbol *);
39 extern void cfi_add_advance_loc (struct symbol *);
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Ddictionary.h27 symbol s;
39 int get(symbol *, void **);
51 void *lookup(symbol s, void *v=0); // returns value associated with key
54 void *remove(symbol);
73 int get(symbol *, object **);
80 object *lookup(symbol nm);
81 void define(symbol nm, object *obj);
82 void rename(symbol oldnm, symbol newnm);
83 void remove(symbol n
[all...]
H A Ddiv.h37 symbol nm;
50 diversion(symbol s = NULL_SYMBOL);
58 virtual void vjustify(symbol) = 0;
65 virtual void set_diversion_trap(symbol, vunits) = 0;
76 symbol diversion_trap;
79 macro_diversion(symbol, int);
87 void vjustify(symbol);
90 void set_diversion_trap(symbol, vunits);
99 symbol nm;
100 trap(symbol, vunit
[all...]
H A Ddictionary.cpp49 void *dictionary::lookup(symbol s, void *v)
87 symbol s(p, MUST_ALREADY_EXIST);
96 void *dictionary::remove(symbol s)
128 int dictionary_iterator::get(symbol *sp, void **vp)
168 object *object_dictionary::lookup(symbol nm)
173 void object_dictionary::define(symbol nm, object *obj)
181 void object_dictionary::rename(symbol oldnm, symbol newnm)
191 void object_dictionary::remove(symbol nm)
200 int object_dictionary::alias(symbol newn
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymtab.h30 struct symbol;
42 struct symbol
81 /* Define a structure for the information that is common to all symbol types,
84 be recorded along with each symbol. */
90 /* Name of the symbol. This is a required field. Storage for the
98 /* Value of the symbol. Which member of this union to use, and what
99 it means, depends on what kind of symbol this is and its
119 struct symbol *chain;
137 /* Record the source code language that applies to this symbol.
143 /* Which section is this symbol i
587 struct symbol struct
1345 struct symbol *symbol; member in struct:symbol_search
[all...]
H A Ddictionary.h1 /* Routines for name->symbol lookups in GDB.
35 struct symbol;
76 the most common parts of the interface, namely symbol lookup, are
84 /* Add a symbol to an expandable dictionary. */
86 extern void dict_add_symbol (struct dictionary *dict, struct symbol *sym);
104 struct symbol *current;
107 /* Initialize ITERATOR to point at the first symbol in DICT, and
108 return that first symbol, or NULL if DICT is empty. */
110 extern struct symbol *dict_iterator_first (const struct dictionary *dict,
113 /* Advance ITERATOR, and return the next symbol, o
[all...]
H A Ddictionary.c1 /* Routines for name->symbol lookups in GDB.
114 /* Add a symbol to a dictionary, if possible. */
115 void (*add_symbol) (struct dictionary *dict, struct symbol *sym);
117 struct symbol *(*iterator_first) (const struct dictionary *dict,
119 struct symbol *(*iterator_next) (struct dict_iterator *iterator);
121 struct symbol *(*iter_name_first) (const struct dictionary *dict,
124 struct symbol *(*iter_name_next) (const char *name,
138 struct symbol **buckets;
145 struct symbol **buckets;
154 struct symbol **sym
[all...]
H A Dcp-support.h33 struct symbol;
65 extern struct symbol **make_symbol_overload_list (const char *,
88 extern void cp_set_block_scope (const struct symbol *symbol,
92 extern void cp_scan_for_anonymous_namespaces (const struct symbol *symbol);
94 extern struct symbol *cp_lookup_symbol_nonlocal (const char *name,
100 extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
H A Dbuildsym.h1 /* Build symbol tables in GDB's internal format.
26 struct symbol;
29 the symbol table. These routines are called from various symbol-
49 /* Name of source file whose symbol data we are now processing. This
50 comes from a symbol of type N_SO. */
55 comes from the N_SO symbol. */
105 struct symbol *symbol[PENDINGSIZE]; member in struct:pending
145 struct symbol *nam
[all...]
H A Ddwarf2loc.c45 symbol baton (BATON) and a pc value (PC), find the appropriate
155 struct symbol *framefunc;
204 dwarf2_evaluate_loc_desc (struct symbol *var, struct frame_info *frame,
332 dwarf2_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax,
338 SYMBOL_PRINT_NAME (symbol));
364 error ("Unexpected opcode after DW_OP_fbreg for symbol \"%s\".",
365 SYMBOL_PRINT_NAME (symbol));
378 SYMBOL_PRINT_NAME (symbol));
385 locexpr_read_variable (struct symbol *symbo
331 dwarf2_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value, unsigned char *data, int size) argument
383 locexpr_read_variable(struct symbol *symbol, struct frame_info *frame) argument
395 locexpr_read_needs_frame(struct symbol *symbol) argument
403 locexpr_describe_location(struct symbol *symbol, struct ui_file *stream) argument
461 locexpr_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value) argument
485 loclist_read_variable(struct symbol *symbol, struct frame_info *frame) argument
509 loclist_read_needs_frame(struct symbol *symbol) argument
522 loclist_describe_location(struct symbol *symbol, struct ui_file *stream) argument
532 loclist_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnwld.c36 nwld_named_section_asm_out_constructor (rtx symbol, int priority) argument
53 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
57 nwld_named_section_asm_out_destructor (rtx symbol, int priority) argument
73 assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);
/freebsd-9.3-release/contrib/xz/src/liblzma/rangecoder/
H A Dprice.h53 const uint32_t bit_levels, uint32_t symbol)
56 symbol += UINT32_C(1) << bit_levels;
59 const uint32_t bit = symbol & 1;
60 symbol >>= 1;
61 price += rc_bit_price(probs[symbol], bit);
62 } while (symbol != 1);
70 uint32_t bit_levels, uint32_t symbol)
76 const uint32_t bit = symbol & 1;
77 symbol >>= 1;
52 rc_bittree_price(const probability *const probs, const uint32_t bit_levels, uint32_t symbol) argument
69 rc_bittree_reverse_price(const probability *const probs, uint32_t bit_levels, uint32_t symbol) argument
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp26 #include "symbol.h"
28 const char **symbol::table = 0;
29 int symbol::table_used = 0;
30 int symbol::table_size = 0;
31 char *symbol::block = 0;
32 int symbol::block_size = 0;
34 const symbol NULL_SYMBOL;
35 const symbol EMPTY_SYMBOL("");
78 symbol::symbol(cons function in class:symbol
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/config/alpha/
H A Dtm-alpha.h32 struct symbol;
34 /* Special symbol found in blocks associated with routines. We can hang
38 extern void ecoff_relocate_efi (struct symbol *, CORE_ADDR);
63 a frame. The PC is looked up to see what function it's in; symbol
/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dextern.h51 int in_keep_list(const char *symbol);
H A Dcrunchide.c29 * crunchide.c - tiptoes through an a.out symbol table, hiding all defined
53 * relative reloc from a global symbol, other than PIC? The
54 * solution is to not hide the symbol from the linker in this case,
84 void add_to_keep_list(char *symbol);
134 "usage: %s [-k <symbol-name>] [-f <keep-list-file>] <files> ...\n",
147 add_to_keep_list(char *symbol) argument
155 if((cmp = strcmp(symbol, curp->sym)) <= 0) break;
161 if(newp) newp->sym = strdup(symbol);
173 in_keep_list(const char *symbol) argument
181 if((cmp = strcmp(symbol, cur
190 char symbol[1024]; local
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y87 static void initialize_symbol(symbol_t *symbol);
97 static void test_readable_symbol(symbol_t *symbol);
98 static void test_writable_symbol(symbol_t *symbol);
99 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
101 static void add_conditional(symbol_t *symbol);
424 symbol_t *symbol;
426 symbol = $1;
427 if (symbol->type != CONST) {
432 if (symbol->info.cinfo->value > 4) {
437 $$ = (0x1 << symbol
[all...]
H A Daicasm_symbol.c2 * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation
73 perror("Unable to create new symbol");
79 stop("Unable to strdup symbol name", EX_SOFTWARE);
85 symbol_delete(symbol_t *symbol) argument
90 key.data = symbol->name;
91 key.size = strlen(symbol->name);
94 switch(symbol->type) {
98 if (symbol->info.rinfo != NULL)
99 free(symbol->info.rinfo);
102 if (symbol
222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dsymbol.h34 /* $Id: symbol.h 19539 2006-12-28 17:15:05Z lha $ */
102 struct symbol;
122 struct symbol *symbol; member in struct:type
147 struct symbol { struct
155 typedef struct symbol Symbol;
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c58 symbol = 1; \
61 rc_bit(probs[symbol], , , seq ## _BITTREE); \
62 } while (symbol < limit); \
63 target += symbol - limit; \
113 symbol = 1; \
117 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW0); \
118 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW1); \
119 rc_bit_case(ld.low[pos_state][symbol], , , seq ## _LOW2); \
120 target = symbol - LEN_LOW_SYMBOLS + MATCH_LEN_MIN; \
126 rc_bit_case(ld.mid[pos_state][symbol], , , \
267 uint32_t symbol; member in struct:lzma_coder_s
321 uint32_t symbol = coder->symbol; local
[all...]
/freebsd-9.3-release/usr.bin/yacc/
H A Dmkpar.c106 int symbol; local
116 symbol = accessing_symbol[k];
117 if (ISTOKEN(symbol))
121 temp->symbol = symbol;
123 temp->prec = symbol_prec[symbol];
125 temp->assoc = symbol_assoc[symbol];
158 add_reduce(action *actions, int ruleno, int symbol) argument
163 for (next = actions; next && next->symbol < symbol; nex
252 int symbol; local
[all...]
H A Dlr0.c94 int symbol; local
106 symbol = *itemp;
107 if (symbol >= 0)
110 symbol_count[symbol]++;
147 int symbol; local
154 symbol = shift_symbol[i];
156 while (j > 0 && shift_symbol[j - 1] > symbol)
161 shift_symbol[j] = symbol;
166 symbol = shift_symbol[i];
167 shiftset[i] = get_state(symbol);
215 get_state(int symbol) argument
313 int symbol; local
344 new_state(int symbol) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dbacktrace.h23 * dependent way when available. It also manages an internal symbol table
54 const char *symbol; member in struct:isc_backtrace_symmap
91 * Returns the content of the internal symbol table of the given index.
92 * On success, *addrsp and *symbolp point to the address and the symbol of
94 * range of the symbol table, ISC_R_RANGE will be returned.
112 * Searches the internal symbol table for the symbol that most matches the

Completed in 392 milliseconds

1234567891011>>