Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c10320 char got_name[14]; in elf_xtensa_get_gotplt_section() local
10331 sprintf (got_name, ".got.plt.%u", chunk); in elf_xtensa_get_gotplt_section()
10332 return bfd_get_linker_section (dynobj, got_name); in elf_xtensa_get_gotplt_section()
10714 char got_name[14]; in xtensa_callback_required_dependence() local
10720 sprintf (got_name, ".got.plt.%u", chunk); in xtensa_callback_required_dependence()
10721 sgotplt = bfd_get_linker_section (sec->owner, got_name); in xtensa_callback_required_dependence()