Lines Matching refs:sym
1291 Elf_Sym *sym, const char *symname) in handle_moddevtable() argument
1299 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
1303 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
1322 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1323 zeros = calloc(1, sym->st_size); in handle_moddevtable()
1327 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
1328 + sym->st_value; in handle_moddevtable()
1333 do_usb_table(symval, sym->st_size, mod); in handle_moddevtable()
1335 do_of_table(symval, sym->st_size, mod); in handle_moddevtable()
1337 do_pnp_device_entry(symval, sym->st_size, mod); in handle_moddevtable()
1339 do_pnp_card_entries(symval, sym->st_size, mod); in handle_moddevtable()
1347 do_table(symval, sym->st_size, p->id_size, in handle_moddevtable()