Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/bfd/
H A 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()
/dflybsd-src/contrib/gdb-7/bfd/
H A Delflink.c9025 int bindtype; in elf_link_output_extsym() local
9033 bindtype = STB_GLOBAL; in elf_link_output_extsym()
9035 bindtype = STB_WEAK; in elf_link_output_extsym()
9036 sym.st_info = ELF_ST_INFO (bindtype, type); in elf_link_output_extsym()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delflink.c10131 int bindtype; in elf_link_output_extsym() local
10139 bindtype = STB_GLOBAL; in elf_link_output_extsym()
10141 bindtype = STB_WEAK; in elf_link_output_extsym()
10142 sym.st_info = ELF_ST_INFO (bindtype, type); in elf_link_output_extsym()