Searched refs:info (Results 1 – 9 of 9) sorted by relevance
/scripts/mod/ |
D | modpost.c | 399 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 …]
|
D | modpost.h | 157 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,
|
D | file2alias.c | 1192 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/ |
D | link-vmlinux.sh | 33 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
|
D | sign-file | 390 my $info = pack("CCCCCxxxN", 401 print "Size of informaton : ", length($info), "\n"; 414 $info,
|
D | setlocalversion | 111 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
|
D | Kbuild.include | 197 # See Documentation/kbuild/makefiles.txt for more info
|
/scripts/kconfig/ |
D | qconf.h | 296 ConfigInfoView* info; variable
|
D | qconf.cc | 1204 info = new ConfigInfoView(split, name); in ConfigSearchWindow() 1206 info, SLOT(setInfo(struct menu *))); in ConfigSearchWindow() 1254 info->clear(); in search()
|