elf_idx2sym
if ((s = elf_idx2sym(&idx, STT_OBJECT)) != NULL)
s = elf_idx2sym(&idx, STT_FUNC);
const char *elf_idx2sym(size_t *, uint8_t);