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

12345678

/linux-master/arch/mips/include/asm/
H A Dsim.h20 #define save_static_function(symbol) \
23 ".globl\t__" #symbol "\n\t" \
25 ".type\t__" #symbol ", @function\n\t" \
26 ".ent\t__" #symbol ", 0\n__" \
27 #symbol":\n\t" \
38 "j\t" #symbol "\n\t" \
39 ".end\t__" #symbol "\n\t" \
40 ".size\t__" #symbol",. - __" #symbol)
46 #define save_static_function(symbol) \
[all...]
H A Dasm.h43 #define LEAF(symbol) \
45 .globl symbol; \
47 .type symbol, @function; \
48 .ent symbol, 0; \
49 symbol: .frame sp, 0, ra; \
56 #define NESTED(symbol, framesize, rpc) \
58 .globl symbol; \
60 .type symbol, @function; \
61 .ent symbol, 0; \
62 symbol
[all...]
/linux-master/include/kunit/
H A Dvisibility.h17 * there is no change to the symbol definition.
21 * EXPORT_SYMBOL_IF_KUNIT(symbol) - Exports symbol into
26 #define EXPORT_SYMBOL_IF_KUNIT(symbol) EXPORT_SYMBOL_NS(symbol, \
30 #define EXPORT_SYMBOL_IF_KUNIT(symbol)
/linux-master/tools/build/feature/
H A Dtest-cplus-demangle.c7 char symbol[4096] = "FieldName__9ClassNameFd"; local
10 tmp = cplus_demangle(symbol, 0);
12 printf("demangled symbol: {%s}\n", tmp);
H A Dtest-libbfd.c8 char symbol[4096] = "FieldName__9ClassNameFd"; local
11 tmp = bfd_demangle(0, symbol, 0);
13 printf("demangled symbol: {%s}\n", tmp);
/linux-master/scripts/kconfig/
H A Dlkc_proto.h20 /* symbol.c */
21 struct symbol * sym_lookup(const char *name, int flags);
22 struct symbol * sym_find(const char *name);
23 void print_symbol_for_listconfig(struct symbol *sym);
24 struct symbol ** sym_re_search(const char *pattern);
26 void sym_calc_value(struct symbol *sym);
28 enum symbol_type sym_get_type(struct symbol *sym);
29 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
31 tristate sym_toggle_tristate_value(struct symbol *sy
[all...]
H A Dlkc.h43 void set_all_choice_values(struct symbol *csym);
86 void menu_add_entry(struct symbol *sym);
91 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
103 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head);
106 /* symbol.c */
108 struct symbol *sym_choice_default(struct symbol *sym);
109 struct property *sym_get_range_prop(struct symbol *sym);
110 const char *sym_get_string_default(struct symbol *sym);
111 struct symbol *sym_check_dep
[all...]
H A Dsymbol.c15 struct symbol symbol_yes = {
22 struct symbol symbol_mod = {
29 struct symbol symbol_no = {
36 struct symbol *modules_sym;
40 enum symbol_type sym_get_type(struct symbol *sym)
72 struct property *sym_get_choice_prop(struct symbol *sym)
81 static struct property *sym_get_default_prop(struct symbol *sym)
93 struct property *sym_get_range_prop(struct symbol *sym)
105 static long long sym_get_range_val(struct symbol *sym, int base)
121 static void sym_validate_range(struct symbol *sy
812 struct symbol *symbol; local
853 struct symbol *symbol = NULL; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-kallsyms.c5 * Builtin command: Look for a symbol in the running kernel and its modules
17 #include "symbol.h"
32 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); local
34 if (symbol == NULL) {
41 symbol->name, dso->short_name, dso->long_name,
42 map__unmap_ip(map, symbol->start), map__unmap_ip(map, symbol->end),
43 symbol->start, symbol
[all...]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py26 def create_event(name, comm, dso, symbol, raw_buf):
28 event = PebsEvent(name, comm, dso, symbol, raw_buf)
30 event = PebsNHM(name, comm, dso, symbol, raw_buf)
32 event = PerfEvent(name, comm, dso, symbol, raw_buf)
38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC):
42 self.symbol = symbol
48 print("PMU event: name=%12s, symbol=%24s, comm=%8s, dso=%12s" %
49 (self.name, self.symbol, self.comm, self.dso))
58 def __init__(self, name, comm, dso, symbol, raw_bu
[all...]
/linux-master/scripts/
H A Dexport_report.pl33 my ($symbol, $no) = split /\s+/, $sym;
34 printf("\t\t%-25s\n", $symbol);
97 my (undef, $symbol, $module, $gpl, $namespace) = split('\t');
98 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
103 # collect the usage count of each symbol.
131 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
132 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
158 my ($module, $value, $symbol, $gpl) = @{$list};
159 printf("%-25s\t%-25s\t%-10s\t", $symbol,
[all...]
H A Dcheckkconfigsymbols.py162 for symbol in sorted(undefined_b):
163 # symbol has not been undefined before
164 if symbol not in undefined_a:
165 files = sorted(undefined_b.get(symbol))
166 undefined[symbol] = files
167 # check if there are new files that reference the undefined symbol
169 files = sorted(undefined_b.get(symbol) -
170 undefined_a.get(symbol))
172 undefined[symbol] = files
182 for symbol i
[all...]
H A Dgcc-x86_32-has-stack-protector.sh8 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector -mstack-protector-guard-reg=fs -mstack-protector-guard-symbol=__stack_chk_guard - -o - 2> /dev/null | grep -q "%fs"
H A Ddecode_stacktrace.sh120 # The structure of symbol at this point is:
133 echo "WARNING! Modules path isn't set, but is needed to parse this symbol" >&2
142 symbol=${symbol#\(}
143 symbol=${symbol%\)}
147 if [[ $symbol == *:* ]] ; then
148 segment=${symbol%%:*}:
149 symbol=${symbol#*
[all...]
/linux-master/samples/fprobe/
H A Dfprobe_example.c26 static char symbol[MAX_SYMBOL_LEN] = "kernel_clone"; variable
27 module_param_string(symbol, symbol, sizeof(symbol), 0644);
28 MODULE_PARM_DESC(symbol, "Probed symbol(s), given by comma separated symbols or a wildcard pattern.");
99 if (strchr(symbol, '*')) {
101 ret = register_fprobe(&sample_probe, symbol,
104 } else if (!strchr(symbol, ',')) {
105 symbuf = symbol;
[all...]
/linux-master/drivers/scsi/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);
101 static void add_conditional(symbol_t *symbol);
104 static int is_location_address(symbol_t *symbol);
449 symbol_t *symbol;
451 symbol = $1;
452 if (symbol->type != CONST) {
457 if (symbol->info.cinfo->value > 4) {
462 $$ = (0x1 << symbol
[all...]
H A Daicasm_symbol.c2 * Aic7xxx SCSI host adapter firmware assembler symbol table implementation
69 perror("Unable to create new symbol");
75 stop("Unable to strdup symbol name", EX_SOFTWARE);
82 symbol_delete(symbol_t *symbol) argument
87 key.data = symbol->name;
88 key.size = strlen(symbol->name);
91 switch(symbol->type) {
95 if (symbol->info.rinfo != NULL)
96 free(symbol->info.rinfo);
99 if (symbol
223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
[all...]
H A Daicasm.h83 struct symbol;
87 void expand_macro(struct symbol *macro_symbol);
/linux-master/tools/perf/util/
H A Dsymbol.h48 struct symbol { struct
50 /** Range of symbol [start, end). */
55 /** ELF symbol type as defined for st_info. E.g STT_OBJECT or STT_FUNC. */
71 /** The name of length namelen associated with the symbol. */
75 void symbol__delete(struct symbol *sym);
81 * @pos: the 'struct symbol *' to use as a loop cursor
86 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \
89 static inline size_t symbol__size(const struct symbol *sym)
107 static inline void *symbol__priv(struct symbol *sym)
127 struct symbol *sy
[all...]
H A Daddr_location.h10 struct symbol;
16 struct symbol *sym;
H A Dmap_symbol.h9 struct symbol;
14 struct symbol *sym;
H A Dsrcline.h10 struct symbol;
14 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
16 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
33 struct symbol *symbol; member in struct:inline_list
46 struct symbol *sym);
H A Dsymbol_fprintf.c8 #include "symbol.h"
10 size_t symbol__fprintf(struct symbol *sym, FILE *fp)
19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym,
43 size_t symbol__fprintf_symname_offs(const struct symbol *sym,
50 size_t __symbol__fprintf_symname(const struct symbol *sym,
57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp)
68 struct symbol *pos = dso->symbol_names[i];
/linux-master/scripts/genksyms/
H A Dgenksyms.h2 /* Generate kernel symbol version hashes.
33 struct symbol { struct
34 struct symbol *hash_next;
38 struct symbol *expansion_trail;
39 struct symbol *visited;
53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
54 struct symbol *add_symbol(const char *name, enum symbol_type type,
/linux-master/tools/perf/arch/powerpc/util/
H A Dsym-handling.c8 #include "symbol.h"
13 int arch__choose_best_symbol(struct symbol *syma,
14 struct symbol *symb __maybe_unused)
70 void arch__sym_update(struct symbol *s, GElf_Sym *sym)
80 struct symbol *sym)
123 struct symbol *sym = NULL;

Completed in 320 milliseconds

12345678