Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c399 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() argument
408 hdr = grab_file(filename, &info->size); in parse_elf()
413 info->hdr = hdr; in parse_elf()
414 if (info->size < sizeof(*hdr)) { in parse_elf()
441 info->sechdrs = sechdrs; in parse_elf()
444 if (hdr->e_shoff > info->size) { in parse_elf()
447 filename, info->size); in parse_elf()
456 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()
459 info->num_sections = hdr->e_shnum; in parse_elf()
462 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
[all …]
Dmodpost.h157 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument
164 return info->symtab_shndx_start[sym - info->symtab_start]; in get_secindex()
169 void handle_moddevtable(struct module *mod, struct elf_info *info,
Dfile2alias.c1192 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable() argument
1201 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
1221 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1225 symval = (void *)info->hdr in handle_moddevtable()
1226 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
/scripts/
Dlink-vmlinux.sh33 info() function
74 info KSYM ${2}
144 info LD vmlinux.o
151 info GEN .version
208 info LD vmlinux
212 info SORTEX vmlinux
216 info SYSMAP System.map
Dsign-file390 my $info = pack("CCCCCxxxN",
401 print "Size of informaton : ", length($info), "\n";
414 $info,
Dsetlocalversion111 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
DKbuild.include197 # See Documentation/kbuild/makefiles.txt for more info
/scripts/kconfig/
Dqconf.h296 ConfigInfoView* info; variable
Dqconf.cc1204 info = new ConfigInfoView(split, name); in ConfigSearchWindow()
1206 info, SLOT(setInfo(struct menu *))); in ConfigSearchWindow()
1254 info->clear(); in search()