Searched refs:syms (Results 1 - 25 of 63) sorted by path

123

/haiku-fatelf/headers/private/kernel/boot/
H A Delf.h51 FixedWidthPointer<Elf32_Sym> syms; member in struct:preloaded_elf32_image
68 FixedWidthPointer<Elf64_Sym> syms; member in struct:preloaded_elf64_image
/haiku-fatelf/headers/private/kernel/
H A Delf_priv.h45 elf_sym* syms; member in struct:elf_image_info
72 #define SYMBOL(image, num) (&(image)->syms[num])
/haiku-fatelf/headers/private/runtime_loader/
H A Druntime_loader.h105 elf_sym *syms; member in struct:image_t
159 #define SYMBOL(image, num) (&(image)->syms[num])
/haiku-fatelf/src/bin/gdb/bfd/
H A DMakefile.am37 section.lo syms.lo targets.lo hash.lo linker.lo \
38 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
47 section.c syms.c targets.c hash.c linker.c \
48 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
832 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
915 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
931 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
H A Daoutx.h1326 struct external_nlist *syms;
1336 syms = (struct external_nlist *) obj_aout_sym_window (abfd).data;
1341 syms = ((struct external_nlist *)
1343 if (syms == (struct external_nlist *) NULL && count != 0)
1348 || bfd_bread (syms, amt, abfd) != amt)
1350 free (syms);
1355 obj_aout_external_syms (abfd) = syms;
3397 struct external_nlist *syms;
3406 syms = obj_aout_external_syms (abfd);
3417 (abfd, info, &syms,
1325 struct external_nlist *syms; variable in typeref:struct:external_nlist
1349 free (syms); variable
[all...]
H A Darchive.c1787 asymbol **syms = NULL;
1834 free (syms);
1836 syms = bfd_malloc (syms_max);
1837 if (syms == NULL)
1840 symcount = bfd_canonicalize_symtab (current, syms);
1848 flagword flags = (syms[src_count])->flags;
1849 asection *sec = syms[src_count]->section;
1872 namelen = strlen (syms[src_count]->name);
1880 strcpy (*(map[orl_count].name), syms[src_count]->name);
1902 free (syms);
1779 asymbol **syms = NULL; local
[all...]
H A Dbfd-in2.h4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
3702 /* Extracted from syms.c. */
4083 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4124 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4126 (abfd, sec, syms, off, file, func, line))
4188 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4189 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \
H A Dbinary.c184 asymbol *syms; local
188 syms = (asymbol *) bfd_alloc (abfd, amt);
189 if (syms == NULL)
193 syms[0].the_bfd = abfd;
194 syms[0].name = mangle_name (abfd, "start");
195 syms[0].value = 0;
196 syms[0].flags = BSF_GLOBAL;
197 syms[0].section = sec;
198 syms[0].udata.p = NULL;
201 syms[
[all...]
H A Dcoff-a29k.c316 contents, relocs, syms, sections)
323 struct internal_syment *syms;
379 sym = syms + symndx;
H A Dcoff-arm.c1195 contents, relocs, syms, sections)
1202 struct internal_syment *syms;
1234 sym = syms + symndx;
H A Dcoff-i386.c414 input_section, contents, relocs, syms,
422 struct internal_syment *syms;
430 relocs, syms, sections);
H A Dcoff-i960.c235 asymbol **syms, **sym_end; local
238 syms = bfd_get_outsymbols (output_bfd);
239 sym_end = syms + bfd_get_symcount (output_bfd);
240 for (; syms < sym_end; syms++)
242 if (bfd_asymbol_name (*syms) != NULL
243 && (*syms)->value == 0
244 && strcmp ((*syms)->section->output_section->name,
249 if (syms >= sym_end)
252 reloc_entry->sym_ptr_ptr = syms;
[all...]
H A Dcoff-mcore.c384 contents, relocs, syms, sections)
391 struct internal_syment * syms;
449 sym = syms + symndx;
H A Dcoff-or32.c348 contents, relocs, syms, sections)
355 struct internal_syment *syms;
412 sym = syms + symndx;
H A Dcoff-ppc.c1080 contents, relocs, syms, sections)
1087 struct internal_syment *syms;
1143 sym = syms + symndx;
1232 sym = syms + symndx;
1391 my_name = (syms+symndx)->_n._n_name;
1454 sym = syms + symndx;
H A Dcoff-rs6000.c3335 input_section, contents, relocs, syms,
3343 struct internal_syment *syms;
3398 sym = syms + symndx;
H A Dcoff-sh.c2807 relocs, syms, sections)
2814 struct internal_syment *syms;
2861 sym = syms + symndx;
H A Dcoff-tic80.c494 input_section, contents, relocs, syms,
502 struct internal_syment *syms;
531 sym = syms + symndx;
H A Dcoff64-rs6000.c927 /* Now should write relocs, strings, syms. */
1182 input_section, contents, relocs, syms,
1190 struct internal_syment *syms;
1245 sym = syms + symndx;
H A Dcoffgen.c1592 PTR syms; local
1601 syms = (PTR) bfd_malloc (size);
1602 if (syms == NULL && size != 0)
1606 || bfd_bread (syms, size, abfd) != size)
1608 if (syms != NULL)
1609 free (syms);
1613 obj_coff_external_syms (abfd) = syms;
H A Dcofflink.c2835 struct internal_syment *syms,
2870 sym = syms + symndx;
2828 _bfd_coff_generic_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, struct internal_reloc *relocs, struct internal_syment *syms, asection **sections) argument
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
3702 /* Extracted from syms.c. */
4083 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4124 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4126 (abfd, sec, syms, off, file, func, line))
4188 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4189 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \
H A Dbfd.h4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
3702 /* Extracted from syms.c. */
4083 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4124 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4126 (abfd, sec, syms, off, file, func, line))
4188 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4189 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
3700 /* Extracted from syms.c. */
4081 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4122 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4124 (abfd, sec, syms, off, file, func, line))
4186 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4187 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \
H A Dbfd.h4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
3700 /* Extracted from syms.c. */
4081 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4122 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4124 (abfd, sec, syms, off, file, func, line))
4186 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4187 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \

Completed in 550 milliseconds

123