Home
last modified time | relevance | path

Searched refs:edir (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/src/sbin/fsck/
Dfsck.c279 const char ** volatile argv, **edir; in checkfs() local
351 edir = edirs; in checkfs()
354 sizeof(execname), "%s/%s", *edir, execbase); in checkfs()
362 } while (*++edir != NULL); in checkfs()
/netbsd/src/sbin/mount/
Dmount.c368 const char ** volatile argv, **edir; in mountfs() local
499 edir = edirs; in mountfs()
502 sizeof(execname), "%s/%s", *edir, execbase); in mountfs()
506 } while (*++edir != NULL); in mountfs()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-cris.c2888 struct elf_cris_link_hash_entry *edir, *eind; in elf_cris_copy_indirect_symbol() local
2890 edir = (struct elf_cris_link_hash_entry *) dir; in elf_cris_copy_indirect_symbol()
2902 BFD_ASSERT (edir->gotplt_offset == 0 || eind->gotplt_offset == 0); in elf_cris_copy_indirect_symbol()
2904 #define XMOVOPZ(F, OP, Z) edir->F OP eind->F; eind->F = Z in elf_cris_copy_indirect_symbol()
2908 if (edir->pcrel_relocs_copied != NULL) in elf_cris_copy_indirect_symbol()
2919 for (q = edir->pcrel_relocs_copied; q != NULL; q = q->next) in elf_cris_copy_indirect_symbol()
2929 *pp = edir->pcrel_relocs_copied; in elf_cris_copy_indirect_symbol()
Delf32-ppc.c2513 struct ppc_elf_link_hash_entry *edir, *eind; in ppc_elf_copy_indirect_symbol() local
2515 edir = (struct ppc_elf_link_hash_entry *) dir; in ppc_elf_copy_indirect_symbol()
2518 edir->tls_mask |= eind->tls_mask; in ppc_elf_copy_indirect_symbol()
2519 edir->has_sda_refs |= eind->has_sda_refs; in ppc_elf_copy_indirect_symbol()
2521 if (edir->elf.versioned != versioned_hidden) in ppc_elf_copy_indirect_symbol()
2522 edir->elf.ref_dynamic |= eind->elf.ref_dynamic; in ppc_elf_copy_indirect_symbol()
2523 edir->elf.ref_regular |= eind->elf.ref_regular; in ppc_elf_copy_indirect_symbol()
2524 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak; in ppc_elf_copy_indirect_symbol()
2525 edir->elf.non_got_ref |= eind->elf.non_got_ref; in ppc_elf_copy_indirect_symbol()
2526 edir->elf.needs_plt |= eind->elf.needs_plt; in ppc_elf_copy_indirect_symbol()
[all …]
Delf-m10300.c4563 struct elf32_mn10300_link_hash_entry * edir; in _bfd_mn10300_copy_indirect_symbol() local
4566 edir = elf_mn10300_hash_entry (dir); in _bfd_mn10300_copy_indirect_symbol()
4572 edir->tls_type = eind->tls_type; in _bfd_mn10300_copy_indirect_symbol()
4575 edir->direct_calls = eind->direct_calls; in _bfd_mn10300_copy_indirect_symbol()
4576 edir->stack_size = eind->stack_size; in _bfd_mn10300_copy_indirect_symbol()
4577 edir->movm_args = eind->movm_args; in _bfd_mn10300_copy_indirect_symbol()
4578 edir->movm_stack_size = eind->movm_stack_size; in _bfd_mn10300_copy_indirect_symbol()
4579 edir->flags = eind->flags; in _bfd_mn10300_copy_indirect_symbol()
Delfnn-loongarch.c5151 struct elf_link_hash_entry *edir, *eind; in loongarch_elf_copy_indirect_symbol() local
5153 edir = dir; in loongarch_elf_copy_indirect_symbol()
5158 if (edir->dyn_relocs != NULL) in loongarch_elf_copy_indirect_symbol()
5169 for (q = edir->dyn_relocs; q != NULL; q = q->next) in loongarch_elf_copy_indirect_symbol()
5180 *pp = edir->dyn_relocs; in loongarch_elf_copy_indirect_symbol()
5183 edir->dyn_relocs = eind->dyn_relocs; in loongarch_elf_copy_indirect_symbol()
5189 loongarch_elf_hash_entry(edir)->tls_type in loongarch_elf_copy_indirect_symbol()
Delf32-or1k.c3225 struct elf_or1k_link_hash_entry * edir; in or1k_elf_copy_indirect_symbol() local
3228 edir = (struct elf_or1k_link_hash_entry *) dir; in or1k_elf_copy_indirect_symbol()
3235 edir->tls_type = eind->tls_type; in or1k_elf_copy_indirect_symbol()
Delf64-ppc.c4089 struct ppc_link_hash_entry *edir, *eind; in ppc64_elf_copy_indirect_symbol() local
4091 edir = ppc_elf_hash_entry (dir); in ppc64_elf_copy_indirect_symbol()
4094 edir->is_func |= eind->is_func; in ppc64_elf_copy_indirect_symbol()
4095 edir->is_func_descriptor |= eind->is_func_descriptor; in ppc64_elf_copy_indirect_symbol()
4096 edir->tls_mask |= eind->tls_mask; in ppc64_elf_copy_indirect_symbol()
4098 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4100 if (edir->elf.versioned != versioned_hidden) in ppc64_elf_copy_indirect_symbol()
4101 edir->elf.ref_dynamic |= eind->elf.ref_dynamic; in ppc64_elf_copy_indirect_symbol()
4102 edir->elf.ref_regular |= eind->elf.ref_regular; in ppc64_elf_copy_indirect_symbol()
4103 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak; in ppc64_elf_copy_indirect_symbol()
[all …]
Delfxx-x86.c3070 struct elf_x86_link_hash_entry *edir, *eind; in _bfd_x86_elf_copy_indirect_symbol() local
3072 edir = (struct elf_x86_link_hash_entry *) dir; in _bfd_x86_elf_copy_indirect_symbol()
3078 edir->tls_type = eind->tls_type; in _bfd_x86_elf_copy_indirect_symbol()
3084 edir->gotoff_ref |= eind->gotoff_ref; in _bfd_x86_elf_copy_indirect_symbol()
3086 edir->zero_undefweak |= eind->zero_undefweak; in _bfd_x86_elf_copy_indirect_symbol()
Delf32-tilepro.c1282 struct tilepro_elf_link_hash_entry *edir, *eind; in tilepro_elf_copy_indirect_symbol() local
1284 edir = (struct tilepro_elf_link_hash_entry *) dir; in tilepro_elf_copy_indirect_symbol()
1290 edir->tls_type = eind->tls_type; in tilepro_elf_copy_indirect_symbol()
Delf32-microblaze.c2620 struct elf32_mb_link_hash_entry *edir, *eind; in microblaze_elf_copy_indirect_symbol() local
2622 edir = (struct elf32_mb_link_hash_entry *) dir; in microblaze_elf_copy_indirect_symbol()
2625 edir->tls_mask |= eind->tls_mask; in microblaze_elf_copy_indirect_symbol()
Delf32-sh.c5226 struct elf_sh_link_hash_entry *edir, *eind; in sh_elf_copy_indirect_symbol() local
5228 edir = (struct elf_sh_link_hash_entry *) dir; in sh_elf_copy_indirect_symbol()
5231 edir->gotplt_refcount = eind->gotplt_refcount; in sh_elf_copy_indirect_symbol()
5233 edir->funcdesc.refcount += eind->funcdesc.refcount; in sh_elf_copy_indirect_symbol()
5235 edir->abs_funcdesc_refcount += eind->abs_funcdesc_refcount; in sh_elf_copy_indirect_symbol()
5241 edir->got_type = eind->got_type; in sh_elf_copy_indirect_symbol()
Delfxx-sparc.c1283 struct _bfd_sparc_elf_link_hash_entry *edir, *eind; in _bfd_sparc_elf_copy_indirect_symbol() local
1285 edir = (struct _bfd_sparc_elf_link_hash_entry *) dir; in _bfd_sparc_elf_copy_indirect_symbol()
1290 edir->tls_type = eind->tls_type; in _bfd_sparc_elf_copy_indirect_symbol()
1295 edir->has_got_reloc |= eind->has_got_reloc; in _bfd_sparc_elf_copy_indirect_symbol()
1296 edir->has_non_got_reloc |= eind->has_non_got_reloc; in _bfd_sparc_elf_copy_indirect_symbol()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-cris.c2886 struct elf_cris_link_hash_entry *edir, *eind; in elf_cris_copy_indirect_symbol() local
2888 edir = (struct elf_cris_link_hash_entry *) dir; in elf_cris_copy_indirect_symbol()
2900 BFD_ASSERT (edir->gotplt_offset == 0 || eind->gotplt_offset == 0); in elf_cris_copy_indirect_symbol()
2902 #define XMOVOPZ(F, OP, Z) edir->F OP eind->F; eind->F = Z in elf_cris_copy_indirect_symbol()
2906 if (edir->pcrel_relocs_copied != NULL) in elf_cris_copy_indirect_symbol()
2917 for (q = edir->pcrel_relocs_copied; q != NULL; q = q->next) in elf_cris_copy_indirect_symbol()
2927 *pp = edir->pcrel_relocs_copied; in elf_cris_copy_indirect_symbol()
Delf32-ppc.c2513 struct ppc_elf_link_hash_entry *edir, *eind; in ppc_elf_copy_indirect_symbol() local
2515 edir = (struct ppc_elf_link_hash_entry *) dir; in ppc_elf_copy_indirect_symbol()
2518 edir->tls_mask |= eind->tls_mask; in ppc_elf_copy_indirect_symbol()
2519 edir->has_sda_refs |= eind->has_sda_refs; in ppc_elf_copy_indirect_symbol()
2521 if (edir->elf.versioned != versioned_hidden) in ppc_elf_copy_indirect_symbol()
2522 edir->elf.ref_dynamic |= eind->elf.ref_dynamic; in ppc_elf_copy_indirect_symbol()
2523 edir->elf.ref_regular |= eind->elf.ref_regular; in ppc_elf_copy_indirect_symbol()
2524 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak; in ppc_elf_copy_indirect_symbol()
2525 edir->elf.non_got_ref |= eind->elf.non_got_ref; in ppc_elf_copy_indirect_symbol()
2526 edir->elf.needs_plt |= eind->elf.needs_plt; in ppc_elf_copy_indirect_symbol()
[all …]
Delf-m10300.c4563 struct elf32_mn10300_link_hash_entry * edir; in _bfd_mn10300_copy_indirect_symbol() local
4566 edir = elf_mn10300_hash_entry (dir); in _bfd_mn10300_copy_indirect_symbol()
4572 edir->tls_type = eind->tls_type; in _bfd_mn10300_copy_indirect_symbol()
4575 edir->direct_calls = eind->direct_calls; in _bfd_mn10300_copy_indirect_symbol()
4576 edir->stack_size = eind->stack_size; in _bfd_mn10300_copy_indirect_symbol()
4577 edir->movm_args = eind->movm_args; in _bfd_mn10300_copy_indirect_symbol()
4578 edir->movm_stack_size = eind->movm_stack_size; in _bfd_mn10300_copy_indirect_symbol()
4579 edir->flags = eind->flags; in _bfd_mn10300_copy_indirect_symbol()
Delfnn-loongarch.c5337 struct elf_link_hash_entry *edir, *eind; in loongarch_elf_copy_indirect_symbol() local
5339 edir = dir; in loongarch_elf_copy_indirect_symbol()
5344 if (edir->dyn_relocs != NULL) in loongarch_elf_copy_indirect_symbol()
5355 for (q = edir->dyn_relocs; q != NULL; q = q->next) in loongarch_elf_copy_indirect_symbol()
5366 *pp = edir->dyn_relocs; in loongarch_elf_copy_indirect_symbol()
5369 edir->dyn_relocs = eind->dyn_relocs; in loongarch_elf_copy_indirect_symbol()
5375 loongarch_elf_hash_entry(edir)->tls_type in loongarch_elf_copy_indirect_symbol()
Delf32-or1k.c3224 struct elf_or1k_link_hash_entry * edir; in or1k_elf_copy_indirect_symbol() local
3227 edir = (struct elf_or1k_link_hash_entry *) dir; in or1k_elf_copy_indirect_symbol()
3234 edir->tls_type = eind->tls_type; in or1k_elf_copy_indirect_symbol()
Delf64-ppc.c4089 struct ppc_link_hash_entry *edir, *eind; in ppc64_elf_copy_indirect_symbol() local
4091 edir = ppc_elf_hash_entry (dir); in ppc64_elf_copy_indirect_symbol()
4094 edir->is_func |= eind->is_func; in ppc64_elf_copy_indirect_symbol()
4095 edir->is_func_descriptor |= eind->is_func_descriptor; in ppc64_elf_copy_indirect_symbol()
4096 edir->tls_mask |= eind->tls_mask; in ppc64_elf_copy_indirect_symbol()
4098 edir->oh = ppc_follow_link (eind->oh); in ppc64_elf_copy_indirect_symbol()
4100 if (edir->elf.versioned != versioned_hidden) in ppc64_elf_copy_indirect_symbol()
4101 edir->elf.ref_dynamic |= eind->elf.ref_dynamic; in ppc64_elf_copy_indirect_symbol()
4102 edir->elf.ref_regular |= eind->elf.ref_regular; in ppc64_elf_copy_indirect_symbol()
4103 edir->elf.ref_regular_nonweak |= eind->elf.ref_regular_nonweak; in ppc64_elf_copy_indirect_symbol()
[all …]
Delfxx-x86.c3068 struct elf_x86_link_hash_entry *edir, *eind; in _bfd_x86_elf_copy_indirect_symbol() local
3070 edir = (struct elf_x86_link_hash_entry *) dir; in _bfd_x86_elf_copy_indirect_symbol()
3076 edir->tls_type = eind->tls_type; in _bfd_x86_elf_copy_indirect_symbol()
3082 edir->gotoff_ref |= eind->gotoff_ref; in _bfd_x86_elf_copy_indirect_symbol()
3084 edir->zero_undefweak |= eind->zero_undefweak; in _bfd_x86_elf_copy_indirect_symbol()
Delf32-tilepro.c1282 struct tilepro_elf_link_hash_entry *edir, *eind; in tilepro_elf_copy_indirect_symbol() local
1284 edir = (struct tilepro_elf_link_hash_entry *) dir; in tilepro_elf_copy_indirect_symbol()
1290 edir->tls_type = eind->tls_type; in tilepro_elf_copy_indirect_symbol()
Delf32-microblaze.c2620 struct elf32_mb_link_hash_entry *edir, *eind; in microblaze_elf_copy_indirect_symbol() local
2622 edir = (struct elf32_mb_link_hash_entry *) dir; in microblaze_elf_copy_indirect_symbol()
2625 edir->tls_mask |= eind->tls_mask; in microblaze_elf_copy_indirect_symbol()
Delf32-sh.c5226 struct elf_sh_link_hash_entry *edir, *eind; in sh_elf_copy_indirect_symbol() local
5228 edir = (struct elf_sh_link_hash_entry *) dir; in sh_elf_copy_indirect_symbol()
5231 edir->gotplt_refcount = eind->gotplt_refcount; in sh_elf_copy_indirect_symbol()
5233 edir->funcdesc.refcount += eind->funcdesc.refcount; in sh_elf_copy_indirect_symbol()
5235 edir->abs_funcdesc_refcount += eind->abs_funcdesc_refcount; in sh_elf_copy_indirect_symbol()
5241 edir->got_type = eind->got_type; in sh_elf_copy_indirect_symbol()
Delfxx-sparc.c1283 struct _bfd_sparc_elf_link_hash_entry *edir, *eind; in _bfd_sparc_elf_copy_indirect_symbol() local
1285 edir = (struct _bfd_sparc_elf_link_hash_entry *) dir; in _bfd_sparc_elf_copy_indirect_symbol()
1290 edir->tls_type = eind->tls_type; in _bfd_sparc_elf_copy_indirect_symbol()
1295 edir->has_got_reloc |= eind->has_got_reloc; in _bfd_sparc_elf_copy_indirect_symbol()
1296 edir->has_non_got_reloc |= eind->has_non_got_reloc; in _bfd_sparc_elf_copy_indirect_symbol()
Delfxx-tilegx.c1497 struct tilegx_elf_link_hash_entry *edir, *eind; in tilegx_elf_copy_indirect_symbol() local
1499 edir = (struct tilegx_elf_link_hash_entry *) dir; in tilegx_elf_copy_indirect_symbol()
1505 edir->tls_type = eind->tls_type; in tilegx_elf_copy_indirect_symbol()

12