Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c6561 int bindtype; in elf_link_output_extsym() local
6564 bindtype = STB_GLOBAL; in elf_link_output_extsym()
6566 bindtype = STB_WEAK; in elf_link_output_extsym()
6567 sym.st_info = ELF_ST_INFO (bindtype, ELF_ST_TYPE (sym.st_info)); in elf_link_output_extsym()