Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delflink.c8112 int bindtype; in elf_link_output_extsym() local
8115 bindtype = STB_GLOBAL; in elf_link_output_extsym()
8117 bindtype = STB_WEAK; in elf_link_output_extsym()
8118 sym.st_info = ELF_ST_INFO (bindtype, ELF_ST_TYPE (sym.st_info)); in elf_link_output_extsym()