Home
last modified time | relevance | path

Searched refs:info (Results 1 – 24 of 24) sorted by relevance

/scripts/mod/
A Dmodpost.c328 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 Dmodpost.h164 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 Dfile2alias.c1474 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 Dlink-vmlinux.sh42 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 DKconfig.include44 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 Dextract-module-sig.pl58 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 Dinsert-sys-cert.c33 #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 Dchecktransupdate.py156 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 Dsign-file.c125 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 DMakefile.autofdo5 CFLAGS_AUTOFDO_CLANG := -fdebug-info-for-profiling -mllvm -enable-fs-discriminator=true -mllvm -imp…
A Dgenerate_rust_analyzer.py160 logging.info("Checking %s", path)
168 logging.info("Adding %s", name)
A DMakefile.host93 hostrust_flags = --out-dir $(dir $@) --emit=dep-info=$(depfile) \
A DMakefile.build335 --out-dir $(dir $@) --emit=dep-info=$(depfile)
A DKbuild.include161 # See Documentation/kbuild/makefiles.rst for more info
A Dsorttable.c295 RELA_ADDR(info)
/scripts/kconfig/tests/preprocess/circular_expansion/
A DKconfig5 $(info $(X))
/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig3 # 'info' prints the argument to stdout.
4 $(info,hello world 0)
/scripts/gdb/linux/
A Ddmesg.py112 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 Dgen_compile_commands.py220 logging.info('Could not add line from %s: %s',
/scripts/kconfig/
A Dqconf.cc1006 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 Dqconf.h230 ConfigInfoView* info; variable
/scripts/lib/abi/
A Dabi_parser.py440 self.log.info("Didn't find ABI reference for '%s'", abi)
/scripts/lib/kdoc/
A Dkdoc_parser.py155 self.config.log.info(log_msg)
262 self.config.log.info(log_msg)
/scripts/bash-completion/
A Dmake435 {html,textinfo,info,latex,pdf,epub,xml,linkcheck,refcheck,clean}docs

Completed in 60 milliseconds