Lines Matching refs:sym
1230 Elf_Sym *sym, const char *symname) in handle_moddevtable() argument
1238 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
1242 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
1261 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1262 zeros = calloc(1, sym->st_size); in handle_moddevtable()
1266 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
1267 + sym->st_value; in handle_moddevtable()
1272 do_usb_table(symval, sym->st_size, mod); in handle_moddevtable()
1274 do_pnp_device_entry(symval, sym->st_size, mod); in handle_moddevtable()
1276 do_pnp_card_entries(symval, sym->st_size, mod); in handle_moddevtable()
1283 do_table(symval, sym->st_size, (*p)->id_size, in handle_moddevtable()