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

1234567891011>>

/freebsd-11-stable/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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h46 # define ASM_HIDDEN(symbol) .hidden symbol
47 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function
48 # define ASM_SIZE(symbol) .size symbol, .-symbol
49 # define ASM_SYMBOL(symbol) symbol
50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbo
[all...]
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h39 dlfunc(void *handle, const char *symbol) argument
42 return ((dlfunc_t)dlsym(handle, symbol));
/freebsd-11-stable/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-11-stable/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...]
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dextern.h45 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-11-stable/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,
371 dwarf2_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax,
377 SYMBOL_PRINT_NAME (symbol));
403 error ("Unexpected opcode after DW_OP_fbreg for symbol \"%s\".",
404 SYMBOL_PRINT_NAME (symbol));
417 SYMBOL_PRINT_NAME (symbol));
424 locexpr_read_variable (struct symbol *symbo
370 dwarf2_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value, unsigned char *data, int size) argument
422 locexpr_read_variable(struct symbol *symbol, struct frame_info *frame) argument
434 locexpr_read_needs_frame(struct symbol *symbol) argument
442 locexpr_describe_location(struct symbol *symbol, struct ui_file *stream) argument
500 locexpr_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value) argument
524 loclist_read_variable(struct symbol *symbol, struct frame_info *frame) argument
548 loclist_read_needs_frame(struct symbol *symbol) argument
561 loclist_describe_location(struct symbol *symbol, struct ui_file *stream) argument
571 loclist_tracepoint_var_ref(struct symbol * symbol, struct agent_expr * ax, struct axs_value * value) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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);
423 symbol_t *symbol;
425 symbol = $1;
426 if (symbol->type != CONST) {
431 if (symbol->info.cinfo->value > 4) {
436 $$ = (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-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp68 line_entry_helper(Target &target, const SymbolContext &sc, Symbol *symbol, argument
95 optional_info.callable_symbol = *symbol;
210 Symbol *symbol = nullptr; local
218 symbol = sc.symbol;
220 if (symbol == nullptr)
223 llvm::StringRef vtable_name(symbol->GetName().GetStringRef());
259 symbol = sc.symbol;
264 (symbol
353 Symbol *symbol; local
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Derr_inherit1.y8 struct symbol { class c; type t; name id; };
9 typedef struct symbol symbol;
11 struct namelist { symbol *s; struct namelist *next; };
14 extern symbol *mksymbol(type t, class c, name id);
H A Dinherit1.y8 struct symbol { class c; type t; name id; };
9 typedef struct symbol symbol;
11 struct namelist { symbol *s; struct namelist *next; };
14 extern symbol *mksymbol(type t, class c, name id);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dsymbol.h103 struct symbol;
123 struct symbol *symbol; member in struct:type
148 struct symbol { struct
156 typedef struct symbol Symbol;
/freebsd-11-stable/contrib/byacc/
H A Dmkpar.c16 static action *add_reduce(action *actions, int ruleno, int symbol);
80 Value_t symbol; local
90 symbol = accessing_symbol[k];
91 if (ISTOKEN(symbol))
95 temp->symbol = symbol;
97 temp->prec = symbol_prec[symbol];
99 temp->assoc = symbol_assoc[symbol];
133 int symbol)
138 for (next = actions; next && next->symbol < symbo
131 add_reduce(action *actions, int ruleno, int symbol) argument
227 int symbol; local
[all...]

Completed in 311 milliseconds

1234567891011>>