Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delflink.c10762 int bindtype; in elf_link_output_extsym() local
10770 bindtype = STB_GLOBAL; in elf_link_output_extsym()
10772 bindtype = STB_WEAK; in elf_link_output_extsym()
10773 sym.st_info = ELF_ST_INFO (bindtype, type); in elf_link_output_extsym()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delflink.c10681 int bindtype; in elf_link_output_extsym() local
10689 bindtype = STB_GLOBAL; in elf_link_output_extsym()
10691 bindtype = STB_WEAK; in elf_link_output_extsym()
10692 sym.st_info = ELF_ST_INFO (bindtype, type); in elf_link_output_extsym()