Lines Matching refs:reloc_opcodes
7208 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
8066 if (reloc_opcodes) in check_section_ebb_pcrels_fit()
8067 opcode = reloc_opcodes[i]; in check_section_ebb_pcrels_fit()