Searched refs:syms (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-10.2-release/gnu/usr.bin/groff/tmac/
H A DMakefile46 MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms \
/freebsd-10.2-release/contrib/binutils/bfd/
H A Darchive.c1797 asymbol **syms = NULL;
1844 free (syms);
1846 syms = bfd_malloc (syms_max);
1847 if (syms == NULL)
1850 symcount = bfd_canonicalize_symtab (current, syms);
1858 flagword flags = (syms[src_count])->flags;
1859 asection *sec = syms[src_count]->section;
1882 namelen = strlen (syms[src_count]->name);
1890 strcpy (*(map[orl_count].name), syms[src_count]->name);
1912 free (syms);
1788 asymbol **syms = NULL; local
[all...]
H A Delf64-ppc.c2613 /* After editing .opd, adjust references to opd local syms. */
2711 /* For syms with the same value, prefer strong dynamic global function
2712 syms over other syms. */
2743 sym_exists_at (asymbol **syms, long lo, long hi, int id, bfd_vma value)
2752 if (syms[mid]->value + syms[mid]->section->vma < value)
2754 else if (syms[mid]->value + syms[mid]->section->vma > value)
2757 return syms[mi
2740 sym_exists_at(asymbol **syms, long lo, long hi, int id, bfd_vma value) argument
2793 asymbol **syms; local
[all...]
H A Dcoff-x86_64.c517 struct internal_syment *syms,
523 return _bfd_coff_generic_relocate_section (output_bfd, info, input_bfd,input_section, contents,relocs, syms, sections);
511 coff_pe_amd64_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
H A Delf32-spu.c296 /* Set if __stack_* syms will be emitted. */
392 *SYMSECP to the symbol's section. *LOCSYMSP caches local syms. */
442 read the global syms too. This is done to cache
443 syms for later stack analysis. */
884 /* Arrange to read and keep global syms for later stack analysis. */
948 /* Ensure no stubs for user supplied overlay manager syms. */
1685 /* Prefer globals over local syms. */
1905 Elf_Internal_Sym *syms; local
1916 syms = *(Elf_Internal_Sym **) psyms;
2128 Elf_Internal_Sym *syms, *s local
2240 Elf_Internal_Sym *syms, *sy, **psyms, **psy; local
[all...]
H A Daoutx.h1293 struct external_nlist *syms;
1303 syms = (struct external_nlist *) obj_aout_sym_window (abfd).data;
1308 syms = bfd_malloc (count * EXTERNAL_NLIST_SIZE);
1309 if (syms == NULL && count != 0)
1314 || bfd_bread (syms, amt, abfd) != amt)
1316 free (syms);
1321 obj_aout_external_syms (abfd) = syms;
2929 struct external_nlist *syms;
2938 syms = obj_aout_external_syms (abfd);
2949 (abfd, info, &syms,
1292 struct external_nlist *syms; local
[all...]
H A Dcoff-ppc.c996 contents, relocs, syms, sections)
1003 struct internal_syment *syms;
1059 sym = syms + symndx;
1148 sym = syms + symndx;
1307 my_name = (syms+symndx)->_n._n_name;
1370 sym = syms + symndx;
H A Delf.c354 /* Normal syms might have section extension entries. */
3401 asymbol **syms = bfd_get_outsymbols (abfd);
3434 asymbol *sym = syms[idx];
3444 sect_syms[sec->index] = syms[idx];
3451 if (ignore_section_sym (abfd, syms[idx]))
3453 if (!sym_is_global (abfd, syms[idx]))
3482 asymbol *sym = syms[idx];
6254 asymbol **syms;
6333 syms = bfd_get_outsymbols (abfd);
6337 bfd_vma value = syms[id
3396 asymbol **syms = bfd_get_outsymbols (abfd); local
6249 asymbol **syms; local
6664 _bfd_elf_canonicalize_dynamic_reloc(bfd *abfd, arelent **storage, asymbol **syms) argument
[all...]
H A Delf64-sparc.c241 asymbol **syms)
261 if (! elf64_sparc_slurp_reloc_table (abfd, s, syms, TRUE))
240 elf64_sparc_canonicalize_dynamic_reloc(bfd *abfd, arelent **storage, asymbol **syms) argument
H A Dpe-mips.c591 struct internal_syment *syms,
640 sym = syms + symndx;
585 coff_pe_mips_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
H A Dcoffgen.c1438 void * syms; local
1447 syms = bfd_malloc (size);
1448 if (syms == NULL && size != 0)
1452 || bfd_bread (syms, size, abfd) != size)
1454 if (syms != NULL)
1455 free (syms);
1459 obj_coff_external_syms (abfd) = syms;
H A Ddwarf2.c104 asymbol **syms; member in struct:dwarf2_debug
448 stash->syms);
996 stash->syms);
1427 stash->syms);
2461 stash->syms = symbols;
H A Dbfd-in2.h4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
4403 /* Extracted from syms.c. */
4793 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4834 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4836 (abfd, sec, syms, off, file, func, line))
4838 #define bfd_find_line(abfd, syms, sym, file, line) \
4840 (abfd, syms, sym, file, line))
4906 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4907 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \
H A DMakefile.in85 opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
87 stab-syms.lo merge.lo dwarf2.lo simple.lo
292 section.lo syms.lo targets.lo hash.lo linker.lo \
293 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
301 section.c syms.c targets.c hash.c linker.c \
302 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
957 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1605 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1624 stab-syms
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dsdbout.c675 sdbout_syms (tree syms) argument
677 while (syms)
679 if (TREE_CODE (syms) != LABEL_DECL)
680 sdbout_symbol (syms, 1);
681 syms = TREE_CHAIN (syms);
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dobjdump.c107 static int dump_special_syms = 0; /* --special-syms */
146 static asymbol **syms; variable
148 /* Number of symbols in `syms'. */
194 -t, --syms Display the contents of the symbol table(s)\n\
195 -T, --dynamic-syms Display the contents of the dynamic symbol table\n\
227 --special-syms Include special symbols in symbol dumps\n\
263 {"dynamic-syms", no_argument, NULL, 'T'},
279 {"special-syms", no_argument, &dump_special_syms, 1},
285 {"syms", no_argument, NULL, 't'},
1171 if (! bfd_find_nearest_line (abfd, section, syms, addr_offse
[all...]
H A Dprdbg.c53 asymbol **syms; member in struct:pr_handle
297 print_debugging_info (FILE *f, void *dhandle, bfd *abfd, asymbol **syms,
308 info.syms = syms;
1900 asymbol **syms = (asymbol **) data;
1916 found = bfd_find_nearest_line (abfd, section, syms, pc - vma,
1921 translate_addresses (bfd *abfd, char *addr_hex, FILE *f, asymbol **syms)
1925 bfd_map_over_sections (abfd, find_address_in_section, syms);
2702 translate_addresses (info->abfd, ab, info->f, info->syms);
294 print_debugging_info(FILE *f, void *dhandle, bfd *abfd, asymbol **syms, void *demangler, bfd_boolean as_tags) argument
1894 asymbol **syms = (asymbol **) data; local
1915 translate_addresses(bfd *abfd, char *addr_hex, FILE *f, asymbol **syms) argument
H A Dstabs.c53 asymbol **syms; member in struct:stab_handle
353 asymbol **syms, long symcount)
361 ret->syms = syms;
860 for (c = info->symcount, ps = info->syms; c > 0; --c, ++ps)
352 start_stab(void *dhandle ATTRIBUTE_UNUSED, bfd *abfd, bfd_boolean sections, asymbol **syms, long symcount) argument
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dhpread.c29 #include "syms.h"
2839 * END), and take out this reliance on a #-syms being passed in...
3109 struct pending **symlist, *osyms, *syms;
3175 for (syms = *symlist, n = 0; syms; syms = syms->next)
3178 if (syms == osyms)
3180 for (; j < syms->nsyms; j++, n++)
3182 struct symbol *xsym = syms
3094 struct pending **symlist, *osyms, *syms; local
3188 struct pending *syms; local
3371 struct pending *syms; local
[all...]
H A Dcoffread.c532 num_symbols = bfd_get_symcount (abfd); /* How many syms */
1428 Remove syms from the chain when their types are stored,
1429 but search the whole chain, as there may be several syms
2044 struct pending *osyms, *syms;
2110 for (syms = *symlist, n = 0; syms; syms = syms->next)
2114 if (syms == osyms)
2116 for (; j < syms
2030 struct pending *osyms, *syms; local
[all...]
H A Dstabsread.c599 /* Ignore syms with empty names. */
3465 struct pending *osyms, *syms;
3546 for (syms = *symlist, n = nsyms - 1; syms; syms = syms->next)
3548 int last = syms == osyms ? o_nsyms : 0;
3549 int j = syms->nsyms;
3552 struct symbol *xsym = syms->symbol[j];
3558 if (syms
3459 struct pending *osyms, *syms; local
[all...]
H A Dsomread.c25 #include <syms.h>
/freebsd-10.2-release/sys/dev/ksyms/
H A Dksyms.c134 long syms; local
138 syms = LINKER_SYMTAB_GET(lf, &symtab);
139 ts->ts_symsz += syms * sizeof(Elf_Sym);
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c580 const char *syms[] = { "___SUNW_dof", "__SUNW_dof" }; local
590 if (Pxlookup_by_name(P, PR_LMID_EVERY, oname, syms[i], &sym,
600 dt_dprintf("lookup of %s succeeded for %s\n", syms[i], mname);
/freebsd-10.2-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h6 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
4410 /* Extracted from syms.c. */
4800 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4841 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4843 (abfd, sec, syms, off, file, func, line))
4845 #define bfd_find_line(abfd, syms, sym, file, line) \
4847 (abfd, syms, sym, file, line))
4913 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4914 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \

Completed in 293 milliseconds

123