Lines Matching refs:sym
1416 Elf_Sym *sym, const char *symname) in handle_moddevtable() argument
1424 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
1428 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
1446 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
1447 zeros = calloc(1, sym->st_size); in handle_moddevtable()
1451 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
1452 + sym->st_value; in handle_moddevtable()
1457 do_usb_table(symval, sym->st_size, mod); in handle_moddevtable()
1459 do_of_table(symval, sym->st_size, mod); in handle_moddevtable()
1461 do_pnp_device_entry(symval, sym->st_size, mod); in handle_moddevtable()
1463 do_pnp_card_entries(symval, sym->st_size, mod); in handle_moddevtable()
1471 do_table(symval, sym->st_size, p->id_size, in handle_moddevtable()