Searched refs:esym (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c1962 EXTR esym;
1965 (obfd, ecoffsymbol (*sym_ptr_ptr)->native, &esym);
1966 esym.ifd = ifdNil;
1967 esym.asym.index = indexNil;
1969 (obfd, &esym, ecoffsymbol (*sym_ptr_ptr)->native);
2386 ecoff_get_extr (sym, esym)
2388 EXTR *esym;
2402 esym->jmptbl = 0;
2403 esym->cobol_main = 0;
2404 esym
1955 EXTR esym; local
3706 EXTR esym; local
3872 EXTR esym; local
[all...]
H A Dcofflink.c200 bfd_byte *esym; local
206 esym = (bfd_byte *) obj_coff_external_syms (abfd);
207 esym_end = esym + obj_raw_syment_count (abfd) * symesz;
208 while (esym < esym_end)
213 bfd_coff_swap_sym_in (abfd, esym, &sym);
250 esym += (sym.n_numaux + 1) * symesz;
298 bfd_byte *esym; local
324 esym = (bfd_byte *) obj_coff_external_syms (abfd);
325 esym_end = esym + symcount * symesz;
326 while (esym < esym_en
1361 bfd_byte *esym; local
[all...]
H A Dcoff-i960.c329 bfd_byte *esym; local
334 esym = (bfd_byte *) bfd_malloc (symesz);
335 if (esym == NULL)
352 bfd_coff_swap_sym_out (abfd, (PTR) &isym, (PTR) esym);
354 if (bfd_bwrite (esym, symesz, abfd) != symesz)
356 free (esym);
363 free (esym);
H A Delfxx-mips.c181 EXTR esym; member in struct:mips_elf_link_hash_entry
730 memset (&ret->esym, 0, sizeof (EXTR));
733 ret->esym.ifd = -2;
884 struct sym_ext *esym;
897 esym = NULL;
928 esym = bfd_malloc (size * count);
929 if (esym == NULL)
932 if (! _bfd_ecoff_get_accumulated_sym (handle, (bfd_byte *) esym))
946 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);
998 if (esym !
878 struct sym_ext *esym; local
8099 EXTR esym; local
[all...]
H A Delf64-alpha.c167 EXTR esym;
313 memset (&ret->esym, 0, sizeof (EXTR));
316 ret->esym.ifd = -2;
2768 if (h->esym.ifd == -2)
2770 h->esym.jmptbl = 0;
2771 h->esym.cobol_main = 0;
2772 h->esym.weakext = 0;
2773 h->esym.reserved = 0;
2774 h->esym.ifd = ifdNil;
2775 h->esym
166 EXTR esym; member in struct:alpha_elf_link_hash_entry
5147 EXTR esym; local
[all...]
H A Dpeicode.h547 SYMENT * esym;
571 esym = vars->esym_ptr;
581 esym->e.e.e_offset);
582 H_PUT_16 (vars->abfd, section->target_index, esym->e_scnum);
583 esym->e_sclass[0] = sclass;
588 esym->e.e.e_zeroes = 0;
589 esym->e_value = 0;
590 esym->e_type = T_NULL;
591 esym->e_numaux = 0;
546 SYMENT * esym; local
H A Dxcofflink.c712 bfd_byte *esym;
723 esym = (bfd_byte *) obj_coff_external_syms (abfd);
724 esym_end = esym + obj_raw_syment_count (abfd) * symesz;
725 while (esym < esym_end)
729 bfd_coff_swap_sym_in (abfd, (PTR) esym, (PTR) &sym);
764 esym += (sym.n_numaux + 1) * symesz;
1049 bfd_byte *esym;
1165 esym = (bfd_byte *) obj_coff_external_syms (abfd);
1166 esym_end = esym + symcount * symesz;
1168 while (esym < esym_en
708 bfd_byte *esym; local
1045 bfd_byte *esym; local
3117 bfd_byte *esym, *esymend; local
4194 bfd_byte *esym; local
[all...]
H A Decofflink.c1268 EXTR esym;
1273 if (! (*get_extr) (sym_ptr, &esym))
1280 if (esym.asym.sc == scCommon)
1281 esym.asym.sc = scBss;
1282 else if (esym.asym.sc == scSCommon)
1283 esym.asym.sc = scSBss;
1293 if (esym.asym.sc != scSUndefined
1294 || esym.asym.value == 0
1296 esym.asym.value = sym_ptr->value;
1299 esym
1265 EXTR esym; local
[all...]
H A Delf32-v850.c2282 Elf32_External_Sym *esym;
2393 esym = extsyms;
2394 esymend = esym + symtab_hdr->sh_info;
2396 for (; esym < esymend; esym++, shndx = (shndx ? shndx + 1 : NULL))
2400 bfd_elf32_swap_symbol_in (abfd, esym, shndx, & isym);
2411 bfd_elf32_swap_symbol_out (abfd, & isym, esym, shndx);
2424 bfd_elf32_swap_symbol_out (abfd, & isym, esym, shndx);
2429 esym = extsyms + symtab_hdr->sh_info;
2432 for (index = 0; esym < esymen
2275 Elf32_External_Sym *esym; local
[all...]
H A Dcoff-sh.c1062 bfd_byte *esym, *esymend;
1442 esym = (bfd_byte *) obj_coff_external_syms (abfd);
1443 esymend = esym + obj_raw_syment_count (abfd) * symesz;
1444 while (esym < esymend)
1448 bfd_coff_swap_sym_in (abfd, (PTR) esym, (PTR) &isym);
1456 bfd_coff_swap_sym_out (abfd, (PTR) &isym, (PTR) esym);
1468 esym += (isym.n_numaux + 1) * symesz;
3010 bfd_byte *esym, *esymend;
3038 esym = (bfd_byte *) obj_coff_external_syms (input_bfd);
3039 esymend = esym
1061 bfd_byte *esym, *esymend; local
3007 bfd_byte *esym, *esymend; local
[all...]
H A Dlibecoff.h209 EXTR esym; member in struct:ecoff_link_hash_entry
H A Delf32-i370.c1081 Elf32_External_Sym *esym;
1097 esym = (Elf32_External_Sym *) sdynsym->contents + dindx;
1098 bfd_elf32_swap_symbol_out (output_bfd, &sym, (PTR) esym, (PTR) 0);
1071 Elf32_External_Sym *esym; local
H A Dcoffcode.h750 bfd_byte *esymstart, *esym, *esymend;
776 esymstart = esym = (bfd_byte *) obj_coff_external_syms (abfd);
777 esymend = esym + obj_raw_syment_count (abfd) * bfd_coff_symesz (abfd);
779 while (esym < esymend)
785 bfd_coff_swap_sym_in (abfd, (PTR) esym, (PTR) &isym);
866 bfd_coff_swap_aux_in (abfd, (PTR) (esym + bfd_coff_symesz (abfd)),
954 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd);
977 (esym - esymstart) / bfd_coff_symesz (abfd);
993 esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd);
749 bfd_byte *esymstart, *esym, *esymend; variable
H A Dbfd-in.h614 struct ecoff_extr *esym);
H A Delf.c324 const bfd_byte *esym; local
392 for (esym = extsym_buf, isym = intsym_buf, shndx = extshndx_buf;
394 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
395 (*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym);
437 unsigned char esym[sizeof (Elf64_External_Sym)]; local
448 &isym, esym, &eshndx) == NULL)
2058 unsigned char esym[sizeof (Elf64_External_Sym)];
2068 &isym, esym, &eshndx) == NULL)
2053 unsigned char esym[sizeof (Elf64_External_Sym)]; local
H A Delflink.c505 char esym[sizeof (Elf64_External_Sym)];
522 1, input_indx, &entry->isym, esym, &eshndx))
6307 bfd_byte *esym;
6310 esym = finfo->dynsym_sec->contents + h->dynindx * bed->s->sizeof_sym;
6311 bed->s->swap_symbol_out (finfo->output_bfd, &sym, esym, 0);
502 char esym[sizeof (Elf64_External_Sym)]; local
6297 bfd_byte *esym; local
H A Dbfd-in2.h621 struct ecoff_extr *esym);
H A Delf32-m32r.c4088 Elf32_External_Sym *esym, *esymend;
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h621 struct ecoff_extr *esym);
H A Dbfd.h621 struct ecoff_extr *esym);
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h619 struct ecoff_extr *esym);
H A Dbfd.h619 struct ecoff_extr *esym);

Completed in 441 milliseconds