Searched refs:info (Results 1 – 14 of 14) sorted by relevance
/scripts/ |
D | link-vmlinux.sh | 35 info() function 84 info LTO ${1} 86 info LD ${1} 114 info LD ${output} 167 info "BTF" "${1}: pahole (${PAHOLE}) is not available" 173 info "BTF" "${1}: pahole version $(${PAHOLE} --version) is too old, need at least v1.13" 177 info "BTF" ${2} 196 info KSYM ${2} 289 info GEN .version 312 info MODINFO modules.builtin.modinfo [all …]
|
D | adjust_autoksyms.sh | 23 info() { function 29 info "CHK" "$cur_ksyms_file" 85 info "KSYMS" "symbols: before=$old, after=$new, changed=$changed" 86 info "UPD" "$cur_ksyms_file"
|
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";
|
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()
|
D | setlocalversion | 118 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
|
D | gen_compile_commands.py | 138 logging.info('Could not add line from %s: %s',
|
D | Kbuild.include | 194 # See Documentation/kbuild/makefiles.rst for more info
|
/scripts/mod/ |
D | modpost.c | 354 static const char *namespace_from_kstrtabns(struct elf_info *info, in namespace_from_kstrtabns() argument 357 char *value = info->ksymtab_strings + kstrtabns->st_value; in namespace_from_kstrtabns() 483 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() argument 492 hdr = grab_file(filename, &info->size); in parse_elf() 502 info->hdr = hdr; in parse_elf() 503 if (info->size < sizeof(*hdr)) { in parse_elf() 530 info->sechdrs = sechdrs; in parse_elf() 533 if (hdr->e_shoff > info->size) { in parse_elf() 536 filename, info->size); in parse_elf() 545 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf() [all …]
|
D | modpost.h | 174 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument 181 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex() 186 void handle_moddevtable(struct module *mod, struct elf_info *info,
|
D | file2alias.c | 1415 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable() argument 1424 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable() 1446 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable() 1450 symval = (void *)info->hdr in handle_moddevtable() 1451 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
|
/scripts/kconfig/tests/preprocess/circular_expansion/ |
D | Kconfig | 5 $(info $(X))
|
/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 3 # 'info' prints the argument to stdout. 4 $(info,hello world 0)
|
/scripts/kconfig/ |
D | qconf.h | 286 ConfigInfoView* info; variable
|
D | qconf.cc | 1268 info = new ConfigInfoView(split, name); in ConfigSearchWindow() 1270 info, SLOT(setInfo(struct menu *))); in ConfigSearchWindow() 1318 info->clear(); in search()
|