Lines Matching defs:sym
1451 Elf_Sym *sym, const char *symname)
1459 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections)
1463 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT)
1481 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
1482 zeros = calloc(1, sym->st_size);
1486 + info->sechdrs[get_secindex(info, sym)].sh_offset
1487 + sym->st_value;
1492 do_usb_table(symval, sym->st_size, mod);
1494 do_of_table(symval, sym->st_size, mod);
1496 do_pnp_device_entry(symval, sym->st_size, mod);
1498 do_pnp_card_entries(symval, sym->st_size, mod);
1506 do_table(symval, sym->st_size, p->id_size,