Searched refs:symbol (Results 76 - 100 of 190) sorted by relevance

12345678

/linux-master/scripts/kconfig/
H A Dconf.c117 static bool randomize_choice_values(struct symbol *csym)
120 struct symbol *sym;
174 struct symbol *sym, *csym;
277 * If curr.tri equals yes then only one symbol can be
307 struct symbol *sym;
317 static int conf_askvalue(struct symbol *sym, const char *def)
351 struct symbol *sym = menu->sym;
384 struct symbol *sym = menu->sym;
451 struct symbol *sym, *def_sym;
559 struct symbol *sy
[all...]
/linux-master/fs/jffs2/
H A Dcompr_rubin.c102 static int encode(struct rubin_state *rs, long A, long B, int symbol) argument
128 if (symbol == 0)
204 int symbol; local
217 symbol = rs->rec_q >= threshold;
225 return symbol;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dpyperf.h89 FrameData *frame, Symbol *symbol)
108 // read actual names into symbol
110 bpf_probe_read_user_str(&symbol->file,
111 sizeof(symbol->file),
115 bpf_probe_read_user_str(&symbol->name,
116 sizeof(symbol->name),
88 get_frame_data(void *frame_ptr, PidData *pidData, FrameData *frame, Symbol *symbol) argument
/linux-master/lib/
H A Ddecompress_unlzma.c174 static int INIT rc_get_bit(struct rc *rc, uint16_t *p, int *symbol) argument
178 *symbol *= 2;
182 *symbol = *symbol * 2 + 1;
201 rc_bit_tree_decode(struct rc *rc, uint16_t *p, int num_levels, int *symbol) argument
205 *symbol = 1;
207 rc_get_bit(rc, p + *symbol, symbol);
208 *symbol -= 1 << num_levels;
/linux-master/tools/perf/util/
H A Dmap.c15 #include "symbol.h"
324 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
337 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
385 struct symbol *map__find_symbol(struct map *map, u64 addr)
393 struct symbol *map__find_symbol_by_name_idx(struct map *map, const char *name, size_t *idx)
406 struct symbol *map__find_symbol_by_name(struct map *map, const char *name)
489 char *map__srcline(struct map *map, u64 addr, struct symbol *sym)
519 * map__rip_2objdump - convert symbol star
[all...]
H A Dprobe-event.c33 #include "symbol.h"
74 /* Initialize symbol maps and path of vmlinux/modules */
82 pr_debug("Failed to init symbol map.\n");
133 struct symbol *sym;
266 static bool kprobe_warn_out_range(const char *symbol, u64 address) argument
275 pr_warning("%s is out of .text, skip it.\n", symbol);
279 pr_warning("%s is blacklisted function, skip it.\n", symbol);
385 * Some binaries like glibc have special symbols which are on the symbol
387 * symbol from map, we can translate the address back to the probe point.
396 struct symbol *sy
2485 char *symbol; member in struct:kprobe_blacklist_node
[all...]
H A Ddb-export.h34 u64 offset; /* ip offset from symbol start */
37 u64 addr_offset; /* addr offset from symbol start */
52 int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
94 int db_export__symbol(struct db_export *dbe, struct symbol *sym,
H A Dsession.h17 struct symbol;
101 struct symbol **parent);
H A Dthread-stack.h17 struct symbol;
29 * symbol
H A Dmachine.h18 struct symbol;
185 struct symbol **parent,
216 struct symbol *machine__find_kernel_symbol(struct machine *machine, u64 addr,
223 struct symbol *machine__find_kernel_symbol_by_name(struct machine *machine,
H A Dsort.h145 struct symbol *parent;
340 _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c15 struct symbol { struct
21 struct symbol test_symbols[] = {
/linux-master/scripts/mod/
H A Dmodpost.c1 /* Postprocess module symbol versions
203 * struct symbol is also used for lists of unresolved symbols */
207 struct symbol { struct
208 struct symbol *next;
217 bool used; /* there exists a user of this symbol */
221 static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
240 static struct symbol *alloc_symbol(const char *name)
242 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1));
251 static void hash_add_symbol(struct symbol *sym)
262 struct symbol *sy
[all...]
/linux-master/scripts/
H A Dcheck_extable.sh41 # Extract symbol and offset from the objdump output
42 eval $(echo $reloc | sed 's/\([^+]\+\)+\?\(0x[0-9a-f]\+\)\?/symbol="\1"; symbol_offset="\2"/')
44 # When the relocation points to the begining of a symbol or section, it
111 # is, this will define ${symbol} and ${symbol_offset}
114 # When there's a global symbol at the place of the relocation,
116 # let's find out which section is this symbol in and the total
118 find_section_offset_from_symbol ${symbol} ${symbol_offset}
120 # In this case objdump was presenting us with a reloc to a symbol
H A Dleaking_addresses.pl102 --kallsyms=<file> Read kernel symbol addresses from file (for
174 my $symbol = $entry[2];
177 my $entry = [$long, $symbol];
486 my $symbol = $entry->[1];
489 printf("$file: $symbol @ $offset\n");
/linux-master/tools/perf/tests/
H A Dsdt.c8 #include <util/symbol.h>
H A Dpe-file-parsing.c16 #include "util/symbol.h"
35 struct symbol *sym;
H A Dvmlinux-kallsyms.c10 #include "symbol.h"
24 * identical symbol lists. The kallsyms_* symbols below are
27 * stable symbol list.
195 struct symbol *sym;
247 * find the reference relocation * symbol, i.e. the symbol we will use
271 * While doing that look if we find the ref reloc symbol, if we find it
291 struct symbol *pair, *first_pair;
293 sym = rb_entry(nd, struct symbol, rb_node);
308 * kallsyms don't have the symbol en
[all...]
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h22 struct symbol *sym = NULL;
/linux-master/arch/arm64/boot/
H A DMakefile51 EFI_ZBOOT_OBJCOPY_FLAGS = --add-symbol zboot_code_size=0x$$( \
/linux-master/tools/perf/ui/gtk/
H A Dannotate.c9 #include "util/symbol.h"
28 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym,
106 struct symbol *sym = ms->sym;
176 struct symbol *sym = ms->sym;
/linux-master/mm/kmsan/
H A Dkmsan_test.c85 * Kernel symbol from the error header, or NULL if no report is
88 const char *symbol; member in struct:expect_report
101 if (!report_available() || !r->symbol)
102 return (!report_available() && !r->symbol);
112 scnprintf(cur, end - cur, " in %s", r->symbol);
154 .symbol = fn, \
/linux-master/tools/lib/bpf/
H A Delf.c15 * the symbol is hidden and can only be seen when referenced using an
113 pr_debug("elf: failed to find symbol table ELF sections in '%s'\n",
132 /* Version symbol table is meaningful to dynsym only */
240 /* If user does not specify symbol version, then we got a match */
244 /* If user specifies symbol version, for dynamic symbols,
258 /* Transform symbol's virtual address (absolute for binaries and relative
262 * by looking up symbol's containing section's header and using iter's virtual
273 * reporting matters. "name" matches symbol name or name@@LIB for library
306 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if
356 pr_debug("elf: symbol addres
388 struct symbol { struct
[all...]
/linux-master/tools/objtool/
H A Dcheck.c68 struct symbol *func = insn_func(insn);
135 static inline struct symbol *insn_call_dest(struct instruction *insn)
189 static bool __dead_end_function(struct objtool_file *file, struct symbol *func,
260 static bool dead_end_function(struct objtool_file *file, struct symbol *func)
372 struct symbol *func;
451 /* Heuristic: likely an "end" symbol */
495 struct symbol *sym, *func;
541 struct symbol *sym;
603 WARN("unexpected relocation symbol type in %s", rsec->name);
643 WARN("unexpected relocation symbol typ
[all...]
/linux-master/lib/zstd/decompress/
H A Dhuf_decompress.c275 /* single-symbol decoding */
277 typedef struct { BYTE nbBits; BYTE byte; } HUF_DEltX1; /* single-symbol decoding */
283 static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { argument
286 D4 = (symbol << 8) + nbBits;
288 D4 = symbol + (nbBits << 8);
411 int symbol=wksp->rankVal[0]; local
424 D.byte = wksp->symbols[symbol + s];
433 D.byte = wksp->symbols[symbol + s];
442 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits);
449 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol
816 typedef struct { BYTE symbol; } sortedSymbol_t; member in struct:__anon31
823 HUF_buildDEltX2U32(U32 symbol, U32 nbBits, U32 baseSeq, int level) argument
842 HUF_buildDEltX2(U32 symbol, U32 nbBits, U32 baseSeq, int level) argument
854 HUF_buildDEltX2U64(U32 symbol, U32 nbBits, U16 baseSeq, int level) argument
[all...]

Completed in 286 milliseconds

12345678