Searched refs:note_reloc1 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-bfin.c | 907 return note_reloc1 (code, symbol->value.s_value, reloc, pcrel); in note_reloc() 912 note_reloc1 (INSTR_T code, const char *symbol, int reloc, int pcrel) in note_reloc1() function 1028 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1050 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1078 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_ADD, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1081 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_SUB, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1084 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_MULT, 0), NULL_CO… in Expr_Node_Gen_Reloc_R() 1087 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_DIV, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1090 …note = conctcode (note1, conscode (note_reloc1 (gencode (0), op, BFD_ARELOC_BFIN_MOD, 0), NULL_COD… in Expr_Node_Gen_Reloc_R() 1093 …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
|