Searched refs:note_reloc1 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-bfin.c | 915 return note_reloc1 (code, symbol->value.s_value, reloc, pcrel); in note_reloc() 920 note_reloc1 (INSTR_T code, const char *symbol, int reloc, int pcrel) in note_reloc1() function 1036 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1058 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1086 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_ADD, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1089 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_SUB, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1092 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_MULT, 0), NULL_CO… in Expr_Node_Gen_Reloc_R() 1095 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_DIV, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1098 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_MOD, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1101 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_LSHIFT, 0), NULL_… in Expr_Node_Gen_Reloc_R() [all …]
|
D | bfin-defs.h | 266 extern INSTR_T note_reloc1
|