Searched refs:target_ptr (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delfcore.h147 const bfd_target * const *target_ptr; local
155 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
159 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
161 back = xvec_get_elf_backend_data (*target_ptr);
168 /* target_ptr is an ELF backend which matches this
H A Dpeicode.h1339 const bfd_target * const *target_ptr;
1351 for (target_ptr = bfd_target_vector; *target_ptr != NULL;
1352 target_ptr++)
1354 if (*target_ptr == target
1355 || (*target_ptr)->flavour != bfd_target_coff_flavour)
1358 if (bfd_target_efi_p (*target_ptr))
1361 if (pe_arch (bfd_target_efi_arch (*target_ptr)) != arch)
1372 else if (bfd_target_pei_p (*target_ptr))
1375 if (pe_arch (bfd_target_pei_arch (*target_ptr)) !
1337 const bfd_target * const *target_ptr; local
[all...]
H A Delfcode.h510 const bfd_target * const *target_ptr;
604 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
608 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
610 back = xvec_get_elf_backend_data (*target_ptr);
617 /* target_ptr is an ELF backend which matches this
648 for (target_ptr = bfd_target_vector;
649 *target_ptr != NULL;
650 target_ptr
508 const bfd_target * const *target_ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delfcore.h147 const bfd_target * const *target_ptr; local
155 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
159 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
161 back = xvec_get_elf_backend_data (*target_ptr);
168 /* target_ptr is an ELF backend which matches this
H A Dpeicode.h1339 const bfd_target * const *target_ptr;
1351 for (target_ptr = bfd_target_vector; *target_ptr != NULL;
1352 target_ptr++)
1354 if (*target_ptr == target
1355 || (*target_ptr)->flavour != bfd_target_coff_flavour)
1358 if (bfd_target_efi_p (*target_ptr))
1361 if (pe_arch (bfd_target_efi_arch (*target_ptr)) != arch)
1372 else if (bfd_target_pei_p (*target_ptr))
1375 if (pe_arch (bfd_target_pei_arch (*target_ptr)) !
1337 const bfd_target * const *target_ptr; local
[all...]
H A Delfcode.h510 const bfd_target * const *target_ptr;
604 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
608 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
610 back = xvec_get_elf_backend_data (*target_ptr);
617 /* target_ptr is an ELF backend which matches this
648 for (target_ptr = bfd_target_vector;
649 *target_ptr != NULL;
650 target_ptr
508 const bfd_target * const *target_ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delfcore.h147 const bfd_target * const *target_ptr; local
155 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
159 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
161 back = xvec_get_elf_backend_data (*target_ptr);
168 /* target_ptr is an ELF backend which matches this
H A Dpeicode.h1339 const bfd_target * const *target_ptr;
1351 for (target_ptr = bfd_target_vector; *target_ptr != NULL;
1352 target_ptr++)
1354 if (*target_ptr == target
1355 || (*target_ptr)->flavour != bfd_target_coff_flavour)
1358 if (bfd_target_efi_p (*target_ptr))
1361 if (pe_arch (bfd_target_efi_arch (*target_ptr)) != arch)
1372 else if (bfd_target_pei_p (*target_ptr))
1375 if (pe_arch (bfd_target_pei_arch (*target_ptr)) !
1337 const bfd_target * const *target_ptr; local
[all...]
H A Delfcode.h510 const bfd_target * const *target_ptr;
604 for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
608 if ((*target_ptr)->flavour != bfd_target_elf_flavour)
610 back = xvec_get_elf_backend_data (*target_ptr);
617 /* target_ptr is an ELF backend which matches this
648 for (target_ptr = bfd_target_vector;
649 *target_ptr != NULL;
650 target_ptr
508 const bfd_target * const *target_ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c83 static void srp_recv_completion(struct ib_cq *cq, void *target_ptr);
84 static void srp_send_completion(struct ib_cq *cq, void *target_ptr);
300 void *target_ptr)
302 struct srp_target_port *target = target_ptr;
945 static void srp_recv_completion(struct ib_cq *cq, void *target_ptr) argument
947 struct srp_target_port *target = target_ptr;
964 static void srp_send_completion(struct ib_cq *cq, void *target_ptr) argument
966 struct srp_target_port *target = target_ptr;
298 srp_path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *target_ptr) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c83 static void srp_recv_completion(struct ib_cq *cq, void *target_ptr);
84 static void srp_send_completion(struct ib_cq *cq, void *target_ptr);
300 void *target_ptr)
302 struct srp_target_port *target = target_ptr;
945 static void srp_recv_completion(struct ib_cq *cq, void *target_ptr) argument
947 struct srp_target_port *target = target_ptr;
964 static void srp_send_completion(struct ib_cq *cq, void *target_ptr) argument
966 struct srp_target_port *target = target_ptr;
298 srp_path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *target_ptr) argument

Completed in 141 milliseconds