Searched refs:syms (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-11-stable/contrib/gdb/gdb/
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-11-stable/contrib/binutils/bfd/
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",
4408 /* Extracted from syms.c. */
4798 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4839 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4841 (abfd, sec, syms, off, file, func, line))
4843 #define bfd_find_line(abfd, syms, sym, file, line) \
4845 (abfd, syms, sym, file, line))
4911 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4912 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...]
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 Dsunos.c424 sunos_canonicalize_dynamic_reloc (bfd *abfd, arelent **storage, asymbol **syms) argument
484 NAME (aout, swap_ext_reloc_in) (abfd, p, to, syms,
495 NAME (aout, swap_std_reloc_in) (abfd, p, to, syms,
H A Dcoff-arm.c1170 struct internal_syment *syms,
1204 sym = syms + symndx;
1162 coff_arm_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 Delf64-mips.c2371 asymbol **syms)
2394 if (! (*slurp_relocs) (abfd, s, syms, TRUE))
2365 mips_elf64_canonicalize_dynamic_reloc(bfd *abfd, arelent **storage, asymbol **syms) argument
H A DMakefile.am43 section.lo syms.lo targets.lo hash.lo linker.lo \
44 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
53 section.c syms.c targets.c hash.c linker.c \
54 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
928 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1026 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1045 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c575 const char *syms[] = { "___SUNW_dof", "__SUNW_dof" }; local
585 if (Pxlookup_by_name(P, PR_LMID_EVERY, oname, syms[i], &sym,
595 dt_dprintf("lookup of %s succeeded for %s\n", syms[i], mname);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h144 ArrayRef<WasmSymbol> syms() const { return Symbols; } function in class:llvm::object::WasmObjectFile
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp934 ArrayRef<Symbol *> syms = obj->getSymbols(); local
946 if (symIndex >= syms.size())
948 markAddrsig(syms[symIndex]);
954 for (Symbol *s : syms)
H A DChunks.cpp758 for (const ChunkAndOffset &co : syms)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DThunks.cpp329 syms.push_back(d);
334 for (Defined *d : syms)
H A DInputFiles.cpp1301 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>(); local
1302 for (size_t i = 0; i < syms.size(); ++i) {
1303 const Elf_Sym &sym = syms[i];
H A DWriter.cpp1786 DenseSet<Symbol *> syms; local
1788 syms.insert(e.sym);
1790 if (reloc.sym && !reloc.useSymVA && syms.insert(reloc.sym).second)
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h6 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
4415 /* Extracted from syms.c. */
4805 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
4846 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
4848 (abfd, sec, syms, off, file, func, line))
4850 #define bfd_find_line(abfd, syms, sym, file, line) \
4852 (abfd, syms, sym, file, line))
4918 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
4919 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \
/freebsd-11-stable/contrib/binutils/binutils/
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
H A Dobjcopy.c365 {"redefine-syms", required_argument, 0, OPTION_REDEFINE_SYMS},
486 --redefine-syms <file> --redefine-sym for all symbol pairs \n\
1134 /* Handle the --redefine-syms option. Read lines containing "old new"
2587 bfd_byte *syms, *strings;
2592 if (! write_stabs_in_sections_debugging_info (obfd, dhandle, &syms,
2617 if (! bfd_set_section_contents (obfd, stabsec, syms, 0, symsize)
2585 bfd_byte *syms, *strings; local

Completed in 789 milliseconds

1234