Home
last modified time | relevance | path

Searched refs:data_p (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arc.c1806 get_arc_exp_reloc_type (data_p, default_type, exp, expnew) in get_arc_exp_reloc_type() argument
1807 int data_p; in get_arc_exp_reloc_type()
1830 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J'];
1836 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J'];
/openbsd/gnu/gcc/libcpp/
H A Dpch.c571 save_macros (cpp_reader *r, cpp_hashnode *h, void *data_p) in save_macros() argument
573 struct save_macro_data *data = (struct save_macro_data *)data_p; in save_macros()
H A Ddirectives.c593 void *data_p ATTRIBUTE_UNUSED) in undefine_macros()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.c350 get_arc_exp_reloc_type (int data_p, in get_arc_exp_reloc_type() argument
373 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J']; in get_arc_exp_reloc_type()
379 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J']; in get_arc_exp_reloc_type()
/openbsd/gnu/gcc/gcc/
H A Dtoplev.c1383 default_pch_valid_p (const void *data_p, size_t len) in default_pch_valid_p() argument
1386 const char *data = (const char *)data_p; in default_pch_valid_p()