Searched refs:extp (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/binutils/bfd/ |
| HD | coffswap.h | 339 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) in coff_swap_sym_out() argument 342 SYMENT *ext =(SYMENT *) extp; in coff_swap_sym_out() 345 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp); in coff_swap_sym_out() 374 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp); in coff_swap_sym_out() 490 void * extp) in coff_swap_aux_out() argument 493 AUXENT *ext = (AUXENT *) extp; in coff_swap_aux_out() 496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp); in coff_swap_aux_out() 569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp); in coff_swap_aux_out()
|
| HD | coff64-rs6000.c | 333 _bfd_xcoff64_swap_sym_out (abfd, inp, extp) in _bfd_xcoff64_swap_sym_out() argument 336 PTR extp; 339 struct external_syment *ext = (struct external_syment *) extp; 441 _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp) in _bfd_xcoff64_swap_aux_out() argument 448 PTR extp; 451 union external_auxent *ext = (union external_auxent *) extp;
|
| HD | peXXigen.c | 193 _bfd_XXi_swap_sym_out (bfd * abfd, void * inp, void * extp) in _bfd_XXi_swap_sym_out() argument 196 SYMENT *ext = (SYMENT *) extp; in _bfd_XXi_swap_sym_out() 298 void * extp) in _bfd_XXi_swap_aux_out() argument 301 AUXENT *ext = (AUXENT *) extp; in _bfd_XXi_swap_aux_out()
|
| HD | coff-rs6000.c | 355 _bfd_xcoff_swap_sym_out (abfd, inp, extp) in _bfd_xcoff_swap_sym_out() argument 358 PTR extp; 361 SYMENT *ext =(SYMENT *)extp; 500 _bfd_xcoff_swap_aux_out (abfd, inp, type, class, indx, numaux, extp) in _bfd_xcoff_swap_aux_out() argument 507 PTR extp; 510 AUXENT *ext = (AUXENT *)extp;
|
| /trueos/contrib/tcpdump/ |
| HD | print-dhcp6.c | 766 u_char *extp; in dhcp6_print() local 848 extp = (u_char *)(dh6 + 1); in dhcp6_print() 849 dhcp6opt_print(extp, ep); in dhcp6_print()
|
| /trueos/contrib/gcc/config/mips/ |
| HD | mips-dsp.md | 904 return "extp\t%0,%q1,%2";
|
| HD | mips.c | 10268 DIRECT_BUILTIN (extp, MIPS_SI_FTYPE_DI_SI, MASK_DSP),
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsDSPInstrInfo.td | 847 class EXTP_DESC : EXTR_W_TY1_R1_DESC_BASE<"extp", MipsEXTP, NoItinerary>,
|