Searched defs:symbols (Results 126 - 150 of 150) sorted by relevance

123456

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpdp11.c1777 pdp11_aout_swap_reloc_in(bfd * abfd, bfd_byte * bytes, arelent * cache_ptr, bfd_size_type offset, asymbol ** symbols, bfd_size_type symcount) argument
[all...]
H A Decoff.c1550 ecoff_slurp_reloc_table(bfd *abfd, asection *section, asymbol **symbols) argument
1658 _bfd_ecoff_canonicalize_reloc(bfd *abfd, asection *section, arelent **relptr, asymbol **symbols) argument
[all...]
H A Delf64-alpha.c1404 elf64_alpha_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 Dsom.c4498 som_set_reloc_info(unsigned char *fixup, unsigned int end, arelent *internal_relocs, asection *section, asymbol **symbols, bfd_boolean just_count) argument
4840 som_slurp_reloc_table(bfd *abfd, asection *section, asymbol **symbols, bfd_boolean just_count) argument
4934 som_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
[all...]
H A Delf32-arm.c6091 arm_elf_find_function(bfd * abfd ATTRIBUTE_UNUSED, asection * section, asymbol ** symbols, bfd_vma offset, const char ** filename_ptr, const char ** functionname_ptr) argument
6152 elf32_arm_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 Dvms.h582 asymbol **symbols; /* Vector of GSD/EGSD symbols. */ member in struct:vms_private_data_struct
H A Delf.c6566 _bfd_elf_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
7083 elf_find_function(bfd *abfd ATTRIBUTE_UNUSED, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr) argument
7160 _bfd_elf_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
7217 _bfd_elf_find_line(bfd *abfd, asymbol **symbols, asymbol *symbol, const char **filename_ptr, unsigned int *line_ptr) argument
[all...]
H A Delfxx-mips.c9716 _bfd_mips_elf_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
9870 _bfd_elf_mips_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...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c461 remove_useless_symbols(asymbol **symbols, long count) argument
[all...]
H A Dobjcopy.c2388 asymbol **symbols = symbolsarg; local
[all...]
H A Dreadelf.c6933 Elf_Internal_Sym *symbols; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dpe-dll.c538 asymbol **symbols; local
1056 asymbol **symbols; local
1130 asymbol **symbols; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c2147 asymbol **symbols = symbolsarg; local
[all...]
H A Dreadelf.c5300 Elf_Internal_Sym *symbols; local
[all...]
/openbsd-current/gnu/llvm/lld/COFF/
H A DWriter.cpp1806 getSymbolsFromSections(ObjFile *file, ArrayRef<SectionChunk *> symIdxChunks, std::vector<Symbol *> &symbols) argument
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp2792 auto symbols = std::make_unique<SmallVector<GdbSymbol, 0>[]>(numShards); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c4258 vms_fixup_xtors_section(struct VMS_Symbol *symbols, int sect_no ATTRIBUTE_UNUSED) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Drcs.c5620 List *symbols; local
5680 List *symbols; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tfile.c1064 varray_t symbols; /* local symbols */ member in struct:efdr
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dvms.h585 asymbol **symbols; /* vector of GSD/EGSD symbols */ member in struct:vms_private_data_struct
H A Delfxx-mips.c7809 _bfd_mips_elf_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
7955 _bfd_elf_mips_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 Delf.c5705 _bfd_elf_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
6102 elf_find_function(bfd *abfd ATTRIBUTE_UNUSED, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr) argument
6162 _bfd_elf_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...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c946 varray_t symbols; /* local symbols */ member in struct:efdr
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c1057 varray_t symbols; /* local symbols */ member in struct:efdr
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c947 varray_t symbols; /* local symbols */ member in struct:efdr
[all...]

Completed in 621 milliseconds

123456