Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c7208 xtensa_opcode *reloc_opcodes = in build_reloc_opcodes() local
7213 reloc_opcodes[i] = get_relocation_opcode (abfd, sec, contents, irel); in build_reloc_opcodes()
7215 return reloc_opcodes; in build_reloc_opcodes()
7235 xtensa_opcode *reloc_opcodes = NULL; in compute_text_actions() local
7340 if (reloc_opcodes == NULL) in compute_text_actions()
7341 reloc_opcodes = build_reloc_opcodes (abfd, sec, contents, in compute_text_actions()
7349 reloc_opcodes) in compute_text_actions()
7381 if (reloc_opcodes) in compute_text_actions()
7382 free (reloc_opcodes); in compute_text_actions()
7974 const xtensa_opcode *reloc_opcodes) in check_section_ebb_pcrels_fit() argument
[all …]
DChangeLog-20062435 (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if