| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | symbols.hpp | 44 struct symbols struct 47 reference<symbols<Char, T, Lookup, Filter> > 49 , symbols<Char, T, Lookup, Filter> 51 , primitive_parser<symbols<Char, T, Lookup, Filter> > 55 typedef symbols<Char, T, Lookup, Filter> this_type; argument 66 symbols(std::string const& name = "symbols") in symbols() function 75 symbols(symbols const& syms) in symbols() argument 85 symbols(symbols<Char, T, Lookup, Filter_> const& syms) in symbols() argument 95 symbols(Symbols const& syms, std::string const& name = "symbols") in symbols() argument 108 symbols(Symbols const& syms, Data const& data in symbols() function [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol.c | 181 void symbols__fixup_duplicate(struct rb_root_cached *symbols) in symbols__fixup_duplicate() argument 189 nd = rb_first_cached(symbols); in symbols__fixup_duplicate() 204 rb_erase_cached(&next->rb_node, symbols); in symbols__fixup_duplicate() 209 rb_erase_cached(&curr->rb_node, symbols); in symbols__fixup_duplicate() 216 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms) in symbols__fixup_end() argument 218 struct rb_node *nd, *prevnd = rb_first_cached(symbols); in symbols__fixup_end() 317 void symbols__delete(struct rb_root_cached *symbols) in symbols__delete() argument 320 struct rb_node *next = rb_first_cached(symbols); in symbols__delete() 325 rb_erase_cached(&pos->rb_node, symbols); in symbols__delete() 330 void __symbols__insert(struct rb_root_cached *symbols, in __symbols__insert() argument [all …]
|
| H A D | symbol.h | 63 void symbols__delete(struct rb_root_cached *symbols); 71 #define symbols__for_each_entry(symbols, pos, nd) \ argument 72 for (nd = rb_first_cached(symbols); \ 191 void __symbols__insert(struct rb_root_cached *symbols, struct symbol *sym, 193 void symbols__insert(struct rb_root_cached *symbols, struct symbol *sym); 194 void symbols__fixup_duplicate(struct rb_root_cached *symbols); 195 void symbols__fixup_end(struct rb_root_cached *symbols, bool is_kallsyms);
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0018-clang-Use-python3-in-python-scripts.patch | 12 .../find-all-symbols/tool/run-find-all-symbols.py | 2 +- 21 …e-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-tools-extra/clang-include-fixer/find… 23 --- a/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 24 +++ b/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 29 #=- run-find-all-symbols.py - Parallel find-all-symbols runner -*- python -*-=#
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 14 4. Livepatch symbols 38 relocation sections and symbols, which are described in this document. The 39 Elf constants used to mark livepatch symbols and relocation sections were 45 reference non-exported global symbols and non-included local symbols. 46 Relocations referencing these types of symbols cannot be left in as-is 53 symbols while taking into account its scope and what module the symbol 57 relocation sections in place of dynrela sections, and the symbols that the 58 relas reference are special livepatch symbols (see section 2 and 3). The 193 4. Livepatch symbols 196 Livepatch symbols are symbols referred to by livepatch relocation sections. [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | extract-sys-certs.pl | 61 my %symbols = (); 73 $symbols{$name} = $addr; 95 unless (exists($symbols{"__cert_list_start"}) && 96 exists($symbols{"system_certificate_list_size"})); 98 my $start = Math::BigInt->new($symbols{"__cert_list_start"}); 101 my $size_sym = Math::BigInt->new($symbols{"system_certificate_list_size"});
|
| H A D | get_abi.pl | 45 my %symbols; 129 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1); 138 $symbols{$w}->{xref} = $what; 149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what}); 243 $symbols{$w}->{xref} = $what; 428 if ($data{$what}->{symbols}) { 431 foreach my $content(@{$data{$what}->{symbols}}) { 432 my $label = $data{$symbols{$content}->{xref}}->{label}; 515 foreach my $what(sort keys %symbols) { 516 my @files = @{$symbols{$what}->{file}};
|
| H A D | generate_cfi_kallsyms.pl | 171 my @symbols; 214 push(@symbols, "\t\t$cfi_jt_symbol = . + 0x$last_branch_addr;"); 216 push(@symbols, "$last_branch_addr t $cfi_jt_symbol"); 222 if (!scalar(@symbols)) { 233 foreach (@symbols) {
|
| H A D | checkkconfigsymbols.py | 353 for _file, symbols in referenced_symbols.items(): 354 for symbol in symbols: 397 symbols = REGEX_SOURCE_SYMBOL.findall(line) 398 for symbol in symbols: 459 symbols = get_symbols_in_line(line) 465 symbols.extend(get_symbols_in_line(line)) 466 for symbol in set(symbols):
|
| /OK3568_Linux_fs/kernel/sound/pci/cs46xx/ |
| H A D | dsp_spos.c | 130 if (ins->symbol_table.symbols[i].deleted) { in find_free_symbol_index() 145 if (!strcmp(module->symbol_table.symbols[0].symbol_name, "OVERLAYBEGINADDRESS") && in add_symbols() 146 module->symbol_table.symbols[0].symbol_type == SYMBOL_CONSTANT ) { in add_symbols() 147 module->overlay_begin_address = module->symbol_table.symbols[0].address; in add_symbols() 160 module->symbol_table.symbols[i].symbol_name, in add_symbols() 161 module->symbol_table.symbols[i].symbol_type) == NULL) { in add_symbols() 163 ins->symbol_table.symbols[ins->symbol_table.nsymbols] = module->symbol_table.symbols[i]; in add_symbols() 164 …ins->symbol_table.symbols[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module-… in add_symbols() 165 ins->symbol_table.symbols[ins->symbol_table.nsymbols].module = module; in add_symbols() 166 ins->symbol_table.symbols[ins->symbol_table.nsymbols].deleted = 0; in add_symbols() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig.rst | 16 New kernel releases often introduce new config symbols. Often more 17 important, new kernel releases may rename config symbols. When 21 symbols have been introduced. 23 To see a list of new config symbols, use:: 28 and the config program will list any new symbols, one per line. 51 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols 67 that contains config symbols that the user requires to be set to a 76 config files containing just the config symbols that you are interested 78 including symbols of your miniconfig file. 81 (usually a subset of all) preset config symbols. These variable [all …]
|
| H A D | kconfig-language.rst | 20 | +- Set version information on all module symbols 35 bool "Set version information on all module symbols" 141 symbols. 148 In general use select only for non-visible symbols 149 (no prompts anywhere) and for symbols with no dependencies. 208 false, the menu block is not displayed to the user (the symbols 209 contained there can still be selected by other symbols, though). It is 216 and hex symbols. The user can only input a value which is larger than 239 enables the third modular state for all config symbols. 244 using "allnoconfig". Used for symbols that hide other symbols. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | symbol-namespaces.rst | 6 export surface of in-kernel symbols exported through the family of 24 their exported symbols into separate namespaces. That is useful for 26 limiting the availability of a set of symbols for use in other parts of the 27 kernel. As of today, modules that make use of symbols exported into namespaces, 42 exporting of kernel symbols to the kernel symbol table, variants of these are 43 available to export symbols into a certain namespace: EXPORT_SYMBOL_NS() and 60 Defining namespaces for all symbols of a subsystem can be very verbose and may 68 export all symbols defined in usb-common into the namespace USB_COMMON, add a 90 In order to use symbols that are exported into namespaces, kernel modules need 93 for the namespaces it uses symbols from. E.g. a module using the [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_load.c | 339 static int parse_relo_and_apply(Elf_Data *data, Elf_Data *symbols, in parse_relo_and_apply() argument 358 gelf_getsym(symbols, GELF_R_SYM(rel.r_info), &sym); in parse_relo_and_apply() 400 Elf *elf, Elf_Data *symbols, int strtabidx) in load_elf_maps_section() argument 412 if (!symbols) in load_elf_maps_section() 427 for (i = 0, nr_maps = 0; i < symbols->d_size / sizeof(GElf_Sym); i++) { in load_elf_maps_section() 429 if (!gelf_getsym(symbols, i, &sym[nr_maps])) in load_elf_maps_section() 514 Elf_Data *data, *data_prog, *data_maps = NULL, *symbols = NULL; in do_load_bpf_file() local 572 symbols = data; in do_load_bpf_file() 578 if (!symbols) { in do_load_bpf_file() 585 elf, symbols, strtabidx); in do_load_bpf_file() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.c | 118 static char const symbols[] = "\0kMGTPEZY"; in lsx_sigfigs3() local 128 if (c < array_length(symbols) * 3 - 3) switch (c%3) { in lsx_sigfigs3() 129 case 0: sprintf(string[n], "%u.%02u%c", a/100,a%100, symbols[c/3]); break; in lsx_sigfigs3() 130 case 1: sprintf(string[n], "%u.%u%c" , a/10 ,a%10 , symbols[c/3]); break; in lsx_sigfigs3() 131 case 2: sprintf(string[n], "%u%c" , a , symbols[c/3]); break; in lsx_sigfigs3()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-annotate.txt | 16 code. If the object file has debug symbols then the source code will be 29 Only consider symbols in these dsos. 63 Load module symbols. WARNING: use only with -k and LIVE kernel. 107 Look for files with symbols relative to this directory. 122 Skip symbols that cannot be annotated.
|
| H A D | perf-diff.txt | 24 As the perf.data files could come from different binaries, the symbols addresses 26 symbols name. 39 Load module symbols. WARNING: use only with -k and LIVE kernel 43 Only consider symbols in these dsos. CSV that understands 49 Only consider symbols in these comms. CSV that understands 54 --symbols=:: 55 Only consider these symbols. CSV that understands 85 Look for files with symbols relative to this directory. 121 Filters can be applied by --comms, --dsos and/or --symbols options.
|
| H A D | perf-kallsyms.txt | 6 perf-kallsyms - Searches running kernel for symbols 17 addresses and the addresses in the ELF kallsyms symbol table (for symbols in
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 19-merge_config.sh-add-br2-external-support.patch | 8 This will prevent merge_config.sh from silently eating any symbols defined in 41 # alldefconfig: Fills in any missing symbols with Kconfig default 42 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbfmisc.c | 185 if (COMPLETE(names->symbols)) in XkbWriteXKBKeymapForNames() 271 if (old_names->symbols == None) in XkbWriteXKBKeymapForNames() 273 tmp = NameForAtom(old_names->symbols); in XkbWriteXKBKeymapForNames() 274 names->symbols = Xstrdup(tmp); in XkbWriteXKBKeymapForNames() 348 XkbWriteXKBSymbols(file, xkb, FALSE, FALSE, _AddIncl, names->symbols); in XkbWriteXKBKeymapForNames() 350 XkbWriteSectionFromName(file, "symbols", names->symbols); in XkbWriteXKBKeymapForNames()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
| H A D | 0001-Update-exported-symbol-list.patch | 6 commit 5c58413544 ("Don't export (most) internal libsox symbols") 27 - -export-symbols-regex '^(sox_.*|lsx_(check_read_params|(close|open)_dllibrary|(debug(_more|_most… 28 + -export-symbols-regex '^(sox_.*|lsx_(([cm]|re)alloc|check_read_params|(close|open)_dllibrary|(de…
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 42 stream->codes.symbols = stream->code_symbols; in init_stream() 50 stream->lengths.symbols = stream->length_symbols; in init_stream() 58 stream->distance.symbols = stream->distance_symbols; in init_stream() 136 return set->symbols[set->pos[bits] + code - set->first[bits]]; in read_symbol() 199 set->symbols[set->pos[length]++] = i; in fill_code_tables()
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191026.patch.gz | 1# ncurses 6.1 - patch 20191026 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 340 if (names->symbols) in dmxKeyboardFreeNames() 341 XFree(names->symbols); in dmxKeyboardFreeNames() 360 || dmxInput->symbols || dmxInput->geometry)) { in dmxKeyboardOn() 367 info->names.symbols = dmxInput->symbols; in dmxKeyboardOn() 372 if (info->names.symbols && *info->names.symbols) in dmxKeyboardOn() 373 dmxLogInputCont(dmxInput, " %s", info->names.symbols); in dmxKeyboardOn() 381 if (info->names.symbols && *info->names.symbols) in dmxKeyboardOn() 382 dmxLogInputCont(dmxInput, " %s", info->names.symbols); in dmxKeyboardOn() 993 dmxInput->symbols = xstrdup(dmxArgV(a, i)); in dmxInputInit() 1116 free(dmxInput->symbols); in dmxInputFree()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | meson.build | 47 # Extract all the objects so that all symbols get brought into the 48 # server. This prevents us from needing a global table of all symbols 50 # symbols being included and public 76 linker_export_flags = '-Wl,--export-all-symbols'
|