Lines Matching refs:opnd
1929 int opnd, slot; in elf_xtensa_do_reloc() local
2056 opnd = 1; in elf_xtensa_do_reloc()
2062 opnd = 1; in elf_xtensa_do_reloc()
2076 opnd = 1; in elf_xtensa_do_reloc()
2083 opnd = get_relocation_opnd (opcode, howto->type); in elf_xtensa_do_reloc()
2084 if (opnd == XTENSA_UNDEFINED) in elf_xtensa_do_reloc()
2101 if (xtensa_operand_do_reloc (isa, opcode, opnd, &newval, self_address) in elf_xtensa_do_reloc()
2102 || xtensa_operand_encode (isa, opcode, opnd, &newval) in elf_xtensa_do_reloc()
2103 || xtensa_operand_set_field (isa, opcode, opnd, fmt, slot, in elf_xtensa_do_reloc()
5061 int opnd; member
5072 int opnd, in init_source_reloc() argument
5078 reloc->opnd = opnd; in init_source_reloc()
6951 int opnd = -1; in collect_source_relocs() local
6964 opnd = 1; in collect_source_relocs()
6972 opnd = get_relocation_opnd (opcode, ELF32_R_TYPE (irel->r_info)); in collect_source_relocs()
6980 init_source_reloc (s_reloc, sec, &r_rel, opcode, opnd, in collect_source_relocs()
8621 if (reloc[i].opnd != -1) in relocations_reach()
8631 if (!pcrel_reloc_fits (reloc[i].opcode, reloc[i].opnd, in relocations_reach()
10462 int opnd, in pcrel_reloc_fits() argument
10468 if (xtensa_operand_do_reloc (isa, opc, opnd, &valp, self_address) in pcrel_reloc_fits()
10469 || xtensa_operand_encode (isa, opc, opnd, &valp)) in pcrel_reloc_fits()