symsearch
static bool find_exported_symbol_in_section(const struct symsearch *syms,
static const struct symsearch arr[] = {
struct symsearch arr[] = {
struct symsearch *symsearch;
elf->symsearch = xmalloc(sizeof(struct symsearch) +
elf->symsearch->table_size = table_size;
symsearch_populate(elf, elf->symsearch->table, table_size);
qsort(elf->symsearch->table, table_size,
symsearch_fixup(elf->symsearch->table, table_size);
free(elf->symsearch);
elf->symsearch = NULL;
unsigned int hi = elf->symsearch->table_size;
struct syminfo *table = elf->symsearch->table;
hi < elf->symsearch->table_size &&