Searched refs:reloc_opcodes (Results 1 – 2 of 2) sorted by relevance
7208 xtensa_opcode *reloc_opcodes = in build_reloc_opcodes() local7213 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() local7340 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 …]
2435 (check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if