Lines Matching refs:sym
1309 Elf_Sym *sym, const char *symname) in handle_moddevtable() argument
1317 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
1321 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
1340 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1341 zeros = calloc(1, sym->st_size); in handle_moddevtable()
1345 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
1346 + sym->st_value; in handle_moddevtable()
1351 do_usb_table(symval, sym->st_size, mod); in handle_moddevtable()
1353 do_pnp_device_entry(symval, sym->st_size, mod); in handle_moddevtable()
1355 do_pnp_card_entries(symval, sym->st_size, mod); in handle_moddevtable()
1362 do_table(symval, sym->st_size, (*p)->id_size, in handle_moddevtable()