/scripts/mod/ |
A D | modpost.c | 328 return sym_get_data_by_offset(info, get_secindex(info, sym), in sym_get_data() 334 return sym_get_data_by_offset(info, info->secindex_strings, in sech_name() 348 return sech_name(info, &info->sechdrs[secindex]); in sec_name() 424 info->hdr = hdr; in parse_elf() 464 info->sechdrs = sechdrs; in parse_elf() 554 for (sym = info->symtab_start; sym < info->symtab_stop; sym++) { in parse_elf() 568 for (p = info->symtab_shndx_start; p < info->symtab_shndx_stop; in parse_elf() 573 symsearch_init(info); in parse_elf() 580 symsearch_finish(info); in parse_elf_finish() 581 release_file(info->hdr, info->size); in parse_elf_finish() [all …]
|
A D | modpost.h | 164 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument 174 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex() 210 void handle_moddevtable(struct module *mod, struct elf_info *info, 222 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
|
A D | file2alias.c | 1474 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable() argument 1484 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable() 1503 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable() 1507 symval = sym_get_data(info, sym); in handle_moddevtable()
|
/scripts/ |
A D | link-vmlinux.sh | 42 info() function 58 info LD ${output} 117 info BTF "${btf_data}" 148 info KSYMS "${2}.S" 151 info AS "${2}.o" 171 info NM ${2} 289 info BTFIDS "${VMLINUX}" 300 info SORTTAB "${VMLINUX}"
|
A D | Kconfig.include | 44 cc-info := $(shell,$(srctree)/scripts/cc-version.sh $(CC)) 46 cc-name := $(shell,set -- $(cc-info) && echo $1) 47 cc-version := $(shell,set -- $(cc-info) && echo $2) 50 as-info := $(shell,$(srctree)/scripts/as-version.sh $(CC) $(CLANG_FLAGS)) 51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.) 52 as-name := $(shell,set -- $(as-info) && echo $1) 53 as-version := $(shell,set -- $(as-info) && echo $2) 56 ld-info := $(shell,$(srctree)/scripts/ld-version.sh $(LD)) 57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.) 58 ld-name := $(shell,set -- $(ld-info) && echo $1) [all …]
|
A D | extract-module-sig.pl | 58 my @info = unpack("CCCCCxxxN", $raw_info); 59 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info; 121 print join(" ", @info), "\n";
|
A D | insert-sys-cert.c | 33 #define info(format, args...) fprintf(stderr, "INFO: " format, ## args) macro 262 info("sym: %s\n", s->name); in print_sym() 263 info("addr: 0x%lx\n", s->address); in print_sym() 264 info("size: %d\n", s->size); in print_sym() 265 info("offset: 0x%lx\n", (unsigned long)s->offset); in print_sym() 365 info("Symbol table found.\n"); in main() 405 info("Inserted the contents of %s into %lx.\n", cert_file, in main() 407 info("Used %d bytes out of %d bytes reserved.\n", *used, in main()
|
A D | checktransupdate.py | 156 logging.info(file_path) 163 logging.info("commit %s", pretty_output(commit)) 165 logging.info("%d commits needs resolving in total\n", count) 294 logging.info(os.path.relpath(os.path.abspath(file), linux_path)) 295 logging.info("No translation in the locale of %s\n", args.locale)
|
A D | sign-file.c | 125 OSSL_STORE_INFO *info = OSSL_STORE_load(store); in read_private_key_pkcs11() local 127 if (!info) { in read_private_key_pkcs11() 131 if (OSSL_STORE_INFO_get_type(info) == OSSL_STORE_INFO_PKEY) { in read_private_key_pkcs11() 132 private_key = OSSL_STORE_INFO_get1_PKEY(info); in read_private_key_pkcs11() 135 OSSL_STORE_INFO_free(info); in read_private_key_pkcs11()
|
A D | Makefile.autofdo | 5 CFLAGS_AUTOFDO_CLANG := -fdebug-info-for-profiling -mllvm -enable-fs-discriminator=true -mllvm -imp…
|
A D | generate_rust_analyzer.py | 160 logging.info("Checking %s", path) 168 logging.info("Adding %s", name)
|
A D | Makefile.host | 93 hostrust_flags = --out-dir $(dir $@) --emit=dep-info=$(depfile) \
|
A D | Makefile.build | 335 --out-dir $(dir $@) --emit=dep-info=$(depfile)
|
A D | Kbuild.include | 161 # See Documentation/kbuild/makefiles.rst for more info
|
A D | sorttable.c | 295 RELA_ADDR(info)
|
/scripts/kconfig/tests/preprocess/circular_expansion/ |
A D | Kconfig | 5 $(info $(X))
|
/scripts/kconfig/tests/preprocess/builtin_func/ |
A D | Kconfig | 3 # 'info' prints the argument to stdout. 4 $(info,hello world 0)
|
/scripts/gdb/linux/ |
A D | dmesg.py | 112 info = utils.read_memoryview(inf, info_addr + info_off, info_sz).tobytes() 125 text_len = utils.read_u16(info, len_off) 135 time_stamp = utils.read_u64(info, ts_off)
|
/scripts/clang-tools/ |
A D | gen_compile_commands.py | 220 logging.info('Could not add line from %s: %s',
|
/scripts/kconfig/ |
A D | qconf.cc | 1006 QString info; in menuInfo() local 1007 QTextStream stream(&info); in menuInfo() 1060 setText(info); in menuInfo() 1199 info = new ConfigInfoView(split, "search"); in ConfigSearchWindow() 1201 info, &ConfigInfoView::setInfo); in ConfigSearchWindow() 1248 info->clear(); in search()
|
A D | qconf.h | 230 ConfigInfoView* info; variable
|
/scripts/lib/abi/ |
A D | abi_parser.py | 440 self.log.info("Didn't find ABI reference for '%s'", abi)
|
/scripts/lib/kdoc/ |
A D | kdoc_parser.py | 155 self.config.log.info(log_msg) 262 self.config.log.info(log_msg)
|
/scripts/bash-completion/ |
A D | make | 435 {html,textinfo,info,latex,pdf,epub,xml,linkcheck,refcheck,clean}docs
|