Searched refs:sbuff (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xtensa.c | 1926 static xtensa_insnbuf sbuff = NULL; in elf_xtensa_do_reloc() local 1935 sbuff = xtensa_insnbuf_alloc (isa); in elf_xtensa_do_reloc() 2031 xtensa_format_get_slot (isa, fmt, slot, ibuff, sbuff); in elf_xtensa_do_reloc() 2033 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff); in elf_xtensa_do_reloc() 2104 sbuff, newval)) in elf_xtensa_do_reloc() 2147 xtensa_format_set_slot (isa, fmt, slot, ibuff, sbuff); in elf_xtensa_do_reloc() 2361 static xtensa_insnbuf sbuff = NULL; in replace_tls_insn() local 2372 sbuff = xtensa_insnbuf_alloc (isa); in replace_tls_insn() 2388 xtensa_format_get_slot (isa, fmt, 0, ibuff, sbuff); in replace_tls_insn() 2390 old_op = xtensa_opcode_decode (isa, fmt, 0, sbuff); in replace_tls_insn() [all …]
|