Searched defs:symbols (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-9.3-release/contrib/cvs/src/
H A Dstatus.c297 List *symbols = RCS_symbols(vers->srcfile); local
H A Drcs.h85 List *symbols; member in struct:rcsnode
/freebsd-9.3-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h46 } symbols[RC_SYMBOLS_MAX]; member in struct:__anon4528
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipc.c60 struct nlist symbols[] = { variable in typeref:struct:nlist
/freebsd-9.3-release/contrib/binutils/include/
H A Ddis-asm.h95 asymbol **symbols; member in struct:disassemble_info
/freebsd-9.3-release/contrib/gdb/include/
H A Ddis-asm.h92 asymbol **symbols; member in struct:disassemble_info
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_scan.c389 static token symbols[] = { variable
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daout-arm.c347 MY_swap_std_reloc_in(bfd *abfd, struct reloc_std_external *bytes, arelent *cache_ptr, asymbol **symbols, bfd_size_type symcount ATTRIBUTE_UNUSED) argument
H A Dreloc.c5180 bfd_generic_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
H A Delf32-cr16.c919 elf32_cr16_get_relocated_section_contents(bfd *output_bfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
H A Dsyms.c907 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
[all...]
H A Dbfd.c741 bfd_canonicalize_reloc(bfd *abfd, sec_ptr asect, arelent **location, asymbol **symbols) argument
1309 bfd_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
H A Delf64-sparc.c54 elf64_sparc_slurp_one_reloc_table(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, asymbol **symbols, bfd_boolean dynamic) argument
148 elf64_sparc_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
210 elf64_sparc_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
[all...]
H A Delfcode.h1348 elf_slurp_reloc_table_from_section(bfd *abfd, asection *asect, Elf_Internal_Shdr *rel_hdr, bfd_size_type reloc_count, arelent *relents, asymbol **symbols, bfd_boolean dynamic) argument
1446 elf_slurp_reloc_table(bfd *abfd, asection *asect, asymbol **symbols, bfd_boolean dynamic) argument
[all...]
H A Dlibcoff-in.h49 struct coff_symbol_struct *symbols; /* Symtab for input bfd. */ member in struct:coff_tdata
H A Dsrec.c170 struct srec_symbol *symbols; member in struct:srec_data_struct
1063 internal_srec_write_object_contents (bfd *abfd, int symbols) argument
[all...]
H A Dtekhex.c261 struct tekhex_symbol_struct *symbols; member in struct:tekhex_data_struct
H A Dbout.c672 b_out_slurp_reloc_table(bfd *abfd, sec_ptr asect, asymbol **symbols) argument
885 b_out_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
1206 b_out_bfd_get_relocated_section_contents(bfd *output_bfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
H A Dcoffgen.c2028 coff_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Ddwarf2.c2319 find_line(bfd *abfd, asection *section, bfd_vma offset, asymbol *symbol, asymbol **symbols, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, unsigned int addr_size, void **pinfo) argument
2596 _bfd_dwarf2_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *linenumber_ptr, unsigned int addr_size, void **pinfo) argument
2615 _bfd_dwarf2_find_line(bfd *abfd, asymbol **symbols, asymbol *symbol, const char **filename_ptr, unsigned int *linenumber_ptr, unsigned int addr_size, void **pinfo) argument
H A Decofflink.c1134 asymbol **symbols; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drdcoff.c137 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
234 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
374 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
481 parse_coff_enum_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types ATTRIBUTE_UNUSED, union internal_auxent *pauxent, void *dhandle) argument
657 struct coff_symbols symbols; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp122 typedef std::vector<COFFSymbol*> symbols; typedef in class:__anon2271::WinCOFFObjectWriter
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_debug.c609 const struct res_sym *symbols; local
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c188 struct elf_symbol *symbols; member in struct:elf_file
208 struct elf_symbol *symbols; member in struct:elf_section
[all...]

Completed in 298 milliseconds

12