Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c1868 define_ovtab_symbol (struct spu_link_hash_table *htab, const char *name) in define_ovtab_symbol() function
1989 h = define_ovtab_symbol (htab, "__icache_tag_array"); in spu_elf_build_stubs()
1996 h = define_ovtab_symbol (htab, "__icache_tag_array_size"); in spu_elf_build_stubs()
2002 h = define_ovtab_symbol (htab, "__icache_rewrite_to"); in spu_elf_build_stubs()
2009 h = define_ovtab_symbol (htab, "__icache_rewrite_to_size"); in spu_elf_build_stubs()
2015 h = define_ovtab_symbol (htab, "__icache_rewrite_from"); in spu_elf_build_stubs()
2022 h = define_ovtab_symbol (htab, "__icache_rewrite_from_size"); in spu_elf_build_stubs()
2029 h = define_ovtab_symbol (htab, "__icache_log2_fromelemsize"); in spu_elf_build_stubs()
2035 h = define_ovtab_symbol (htab, "__icache_base"); in spu_elf_build_stubs()
2042 h = define_ovtab_symbol (htab, "__icache_linesize"); in spu_elf_build_stubs()
[all …]
DChangeLog-2008176 (define_ovtab_symbol): Don't abort on symbols defined in linker scripts.