Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delflink.h6602 int bindtype; local
6605 bindtype = STB_GLOBAL;
6607 bindtype = STB_WEAK;
6608 sym.st_info = ELF_ST_INFO (bindtype, ELF_ST_TYPE (sym.st_info));
H A Delflink.c6148 int bindtype; in elf_link_output_extsym() local
6151 bindtype = STB_GLOBAL; in elf_link_output_extsym()
6153 bindtype = STB_WEAK; in elf_link_output_extsym()
6154 sym.st_info = ELF_ST_INFO (bindtype, ELF_ST_TYPE (sym.st_info)); in elf_link_output_extsym()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c6936 int bindtype; in elf_link_output_extsym() local
6939 bindtype = STB_GLOBAL; in elf_link_output_extsym()
6941 bindtype = STB_WEAK; in elf_link_output_extsym()
6942 sym.st_info = ELF_ST_INFO (bindtype, ELF_ST_TYPE (sym.st_info)); in elf_link_output_extsym()