Home
last modified time | relevance | path

Searched refs:bindtype (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c9515 int bindtype; in elf_link_output_extsym() local
9523 bindtype = STB_GLOBAL; in elf_link_output_extsym()
9525 bindtype = STB_WEAK; in elf_link_output_extsym()
9526 sym.st_info = ELF_ST_INFO (bindtype, type); in elf_link_output_extsym()