Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c406 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() argument
415 hdr = grab_file(filename, &info->size); in parse_elf()
425 info->hdr = hdr; in parse_elf()
426 if (info->size < sizeof(*hdr)) { in parse_elf()
453 info->sechdrs = sechdrs; in parse_elf()
456 if (hdr->e_shoff > info->size) { in parse_elf()
459 filename, info->size); in parse_elf()
468 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()
471 info->num_sections = hdr->e_shnum; in parse_elf()
474 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
[all …]
Dmodpost.h163 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument
170 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
175 void handle_moddevtable(struct module *mod, struct elf_info *info,
Dfile2alias.c1260 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable() argument
1269 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
1292 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1296 symval = (void *)info->hdr in handle_moddevtable()
1297 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
/scripts/
Dlink-vmlinux.sh33 info() function
74 info KSYM ${2}
165 info LD vmlinux.o
172 info GEN .version
229 info LD vmlinux
233 info SORTEX vmlinux
237 info SYSMAP System.map
Dextract-module-sig.pl56 my @info = unpack("CCCCCxxxN", $raw_info);
57 my ($algo, $hash, $id_type, $name_len, $kid_len, $sig_len) = @info;
119 print join(" ", @info), "\n";
Dsetlocalversion128 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
Danalyze_suspend.py549 info = ''
558 info += ('<li>%s: %.3fms</li>' % (phase, (e-s)*1000))
560 if info:
561 html += '<ul>'+info+'</ul>'
DKbuild.include241 # See Documentation/kbuild/makefiles.txt for more info
/scripts/kconfig/
Dqconf.h286 ConfigInfoView* info; variable
Dqconf.cc1270 info = new ConfigInfoView(split, name); in ConfigSearchWindow()
1272 info, SLOT(setInfo(struct menu *))); in ConfigSearchWindow()
1320 info->clear(); in search()