ELF_ST_INFO
if (sym[i].st_info == ELF_ST_INFO(STB_LOCAL, STT_NOTYPE))
} else if (sym->st_info == ELF_ST_INFO(STB_GLOBAL, STT_SECTION)) {
ELF_ST_INFO(STB_LOCAL, STT_SECTION)
.st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE),
#define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF32_ST_INFO(bind,type) ELF_ST_INFO(bind,type)
#define ELF64_ST_INFO(bind,type) ELF_ST_INFO(bind,type)