Searched refs:esymend (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | coff-sh.c | 1071 bfd_byte *esym, *esymend; in sh_relax_delete_bytes() local 1452 esymend = esym + obj_raw_syment_count (abfd) * symesz; in sh_relax_delete_bytes() 1453 while (esym < esymend) in sh_relax_delete_bytes() 2935 bfd_byte *esym, *esymend; in sh_coff_get_relocated_section_contents() local 2964 esymend = esym + obj_raw_syment_count (input_bfd) * symesz; in sh_coff_get_relocated_section_contents() 2965 while (esym < esymend) in sh_coff_get_relocated_section_contents()
|
| D | elf32-v850.c | 3199 Elf32_External_Sym *esymend; in v850_elf_relax_delete_bytes() local 3318 esymend = esym + symtab_hdr->sh_info; in v850_elf_relax_delete_bytes() 3320 for (; esym < esymend; esym++, shndx = (shndx ? shndx + 1 : NULL)) in v850_elf_relax_delete_bytes() 3354 esymend = extsyms + (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)); in v850_elf_relax_delete_bytes() 3356 for (sym_index = 0; esym < esymend; esym ++, sym_index ++) in v850_elf_relax_delete_bytes()
|
| D | coffcode.h | 892 bfd_byte *esymstart, *esym, *esymend; in fill_comdat_hash() local 913 esymend = esym + obj_raw_syment_count (abfd) * bfd_coff_symesz (abfd); in fill_comdat_hash() 916 esym < esymend; in fill_comdat_hash() 973 if (esym + isym.n_numaux * bfd_coff_symesz (abfd) >= esymend) in fill_comdat_hash()
|
| D | xcofflink.c | 4101 bfd_byte *esym, *esymend; in bfd_xcoff_build_dynamic_sections() local 4149 esymend = esym + symcount * symesz; in bfd_xcoff_build_dynamic_sections() 4151 while (esym < esymend) in bfd_xcoff_build_dynamic_sections()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | coff-sh.c | 1071 bfd_byte *esym, *esymend; in sh_relax_delete_bytes() local 1452 esymend = esym + obj_raw_syment_count (abfd) * symesz; in sh_relax_delete_bytes() 1453 while (esym < esymend) in sh_relax_delete_bytes() 2935 bfd_byte *esym, *esymend; in sh_coff_get_relocated_section_contents() local 2964 esymend = esym + obj_raw_syment_count (input_bfd) * symesz; in sh_coff_get_relocated_section_contents() 2965 while (esym < esymend) in sh_coff_get_relocated_section_contents()
|
| D | elf32-v850.c | 3199 Elf32_External_Sym *esymend; in v850_elf_relax_delete_bytes() local 3318 esymend = esym + symtab_hdr->sh_info; in v850_elf_relax_delete_bytes() 3320 for (; esym < esymend; esym++, shndx = (shndx ? shndx + 1 : NULL)) in v850_elf_relax_delete_bytes() 3354 esymend = extsyms + (symtab_hdr->sh_size / sizeof (Elf32_External_Sym)); in v850_elf_relax_delete_bytes() 3356 for (sym_index = 0; esym < esymend; esym ++, sym_index ++) in v850_elf_relax_delete_bytes()
|
| D | coffcode.h | 892 bfd_byte *esymstart, *esym, *esymend; in fill_comdat_hash() local 913 esymend = esym + obj_raw_syment_count (abfd) * bfd_coff_symesz (abfd); in fill_comdat_hash() 916 esym < esymend; in fill_comdat_hash() 973 if (esym + isym.n_numaux * bfd_coff_symesz (abfd) >= esymend) in fill_comdat_hash()
|
| D | xcofflink.c | 4101 bfd_byte *esym, *esymend; in bfd_xcoff_build_dynamic_sections() local 4149 esymend = esym + symcount * symesz; in bfd_xcoff_build_dynamic_sections() 4151 while (esym < esymend) in bfd_xcoff_build_dynamic_sections()
|