Home | History | Annotate | Download | only in config

Lines Matching full:instr_t

256 #define INSTR_T struct bfin_insn*
261 extern INSTR_T gencode (unsigned long x);
262 extern INSTR_T conscode (INSTR_T head, INSTR_T tail);
263 extern INSTR_T conctcode (INSTR_T head, INSTR_T tail);
264 extern INSTR_T note_reloc
265 (INSTR_T code, Expr_Node *, int reloc,int pcrel);
266 extern INSTR_T note_reloc1
267 (INSTR_T code, const char * sym, int reloc, int pcrel);
268 extern INSTR_T note_reloc2
269 (INSTR_T code, const char *symbol, int reloc, int value, int pcrel);
325 INSTR_T Expr_Node_Gen_Reloc (Expr_Node *head, int parent_reloc);
329 #define NULL_CODE ((INSTR_T) 0)