Searched refs:crt_index (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/lib/sys/module/
H A Dcommon.c467 Elf_Word crt_index = bkt[h % module->hash_table[0]]; local
471 while (crt_index != STN_UNDEF) {
472 crt_sym = symbol_get_entry(module, crt_index);
477 crt_index = chn[crt_index];

Completed in 60 milliseconds