Searched refs:parent_reloc (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-bfin.c | 967 INSTR_T Expr_Node_Gen_Reloc (Expr_Node *head, int parent_reloc); 970 Expr_Node_Gen_Reloc (Expr_Node * head, int parent_reloc) in Expr_Node_Gen_Reloc() argument 981 if (parent_reloc) in Expr_Node_Gen_Reloc() 994 switch (parent_reloc) in Expr_Node_Gen_Reloc() 1028 note = note_reloc1 (gencode (0), head->value.s_value, parent_reloc, pcrel); in Expr_Node_Gen_Reloc() 1042 parent_reloc, val, 0), in Expr_Node_Gen_Reloc() 1050 note = note_reloc1 (gencode (0), op, parent_reloc, pcrel); in Expr_Node_Gen_Reloc()
|
D | bfin-defs.h | 325 INSTR_T Expr_Node_Gen_Reloc (Expr_Node *head, int parent_reloc);
|