Home
last modified time | relevance | path

Searched refs:elf_symbol_type (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelf64-sparc.c612 elf_symbol_type *elfsym; in elf64_sparc_symbol_processing()
614 elfsym = (elf_symbol_type *) asym; in elf64_sparc_symbol_processing()
740 if (ELF_ST_TYPE (((elf_symbol_type *) symbol)->internal_elf_sym.st_info) in elf64_sparc_print_symbol_all()
744 reg = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value; in elf64_sparc_print_symbol_all()
HDelf-bfd.h77 } elf_symbol_type; typedef
489 ? (elf_symbol_type *) (S) \
609 (bfd *, elf_symbol_type *, unsigned int);
HDelfcode.h1112 elf_symbol_type *sym; /* Pointer to current bfd symbol */ in elf_slurp_symbol_table()
1113 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ in elf_slurp_symbol_table()
1166 amt *= sizeof (elf_symbol_type); in elf_slurp_symbol_table()
1168 if (symbase == (elf_symbol_type *) NULL) in elf_slurp_symbol_table()
HDelf.c1424 val = ((elf_symbol_type *) symbol)->internal_elf_sym.st_value; in bfd_elf_print_symbol()
1426 val = ((elf_symbol_type *) symbol)->internal_elf_sym.st_size; in bfd_elf_print_symbol()
1437 vernum = ((elf_symbol_type *) symbol)->version & VERSYM_VERSION; in bfd_elf_print_symbol()
1468 if ((((elf_symbol_type *) symbol)->version & VERSYM_HIDDEN) == 0) in bfd_elf_print_symbol()
1481 st_other = ((elf_symbol_type *) symbol)->internal_elf_sym.st_other; in bfd_elf_print_symbol()
6208 elf_symbol_type *isym, *osym; in _bfd_elf_copy_private_symbol_data()
6333 elf_symbol_type *type_ptr; in swap_out_syms()
7022 elf_symbol_type *newsym; in _bfd_elf_make_empty_symbol()
7023 bfd_size_type amt = sizeof (elf_symbol_type); in _bfd_elf_make_empty_symbol()
7128 elf_symbol_type *q; in elf_find_function()
[all …]
HDelf32-score.c2741 elf_symbol_type *elfsym; in _bfd_score_elf_symbol_processing()
2743 elfsym = (elf_symbol_type *) asym; in _bfd_score_elf_symbol_processing()
HDelf64-x86-64.c3501 elf_symbol_type *elfsym = (elf_symbol_type *) asym; in elf64_x86_64_symbol_processing()
HDelf32-arm.c7947 elf_symbol_type *q; in arm_elf_find_function()
7949 q = (elf_symbol_type *) *p; in arm_elf_find_function()
10044 elf_symbol_type *elfsym = (elf_symbol_type *) asym; in elf32_arm_symbol_processing()
HDelfxx-ia64.c5800 elf_symbol_type *elfsym = (elf_symbol_type *) asym; in elfNN_hpux_backend_symbol_processing()
HDChangeLog-9193437 * libelf.h (elf_symbol_type): Added mips_extr to tc_data union.
1716 * libelf.h (elf_symbol_type): Remove desc, type and other fields.
1800 "native_elf_sym" field, merged to make new type "elf_symbol_type".
1801 (struct elf_obj_tdata): Field symbols is now elf_symbol_type*.
1808 elf_symbol_type.
3772 (elf_symbol_type): Moved here, added new fields.
3775 * elf32.c (elf_symbol_type): Deleted from here.
3802 (elf_slurp_symbol_table): Use elf_symbol_type instead of asymbol.
HDelfxx-mips.c5101 elf_symbol_type *elfsym; in _bfd_mips_elf_symbol_processing()
5103 elfsym = (elf_symbol_type *) asym; in _bfd_mips_elf_symbol_processing()
HDChangeLog-96972199 * elf-bfd.h (elf_symbol_type): Add version field.
HDChangeLog-94959821 * libelf.h (elf_symbol_type): Change mips_extr to PTR.
/NextBSD/contrib/binutils/gas/config/
HDobj-elf.h102 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd))
HDobj-elf.c448 elf_symbol_type *elfsym; in obj_elf_visibility()
1547 elf_symbol_type *elfsym; in obj_elf_type()
1552 elfsym = (elf_symbol_type *) symbol_get_bfdsym (sym); in obj_elf_type()
HDtc-arm.c19518 elf_symbol_type * elf_sym; in arm_adjust_symtab()
/NextBSD/contrib/gdb/gdb/
HDelfread.c253 ((elf_symbol_type *) sym)->internal_elf_sym.st_shndx; in elf_symtab_read()
414 unsigned long size = ((elf_symbol_type *) sym)->internal_elf_sym.st_size; in elf_symtab_read()
HDarm-tdep.c2522 if (ELF_ST_TYPE (((elf_symbol_type *)sym)->internal_elf_sym.st_info) in arm_elf_make_msymbol_special()
HDmips-tdep.c270 if (((elf_symbol_type *) (sym))->internal_elf_sym.st_other == STO_MIPS16) in mips_elf_make_msymbol_special()
/NextBSD/contrib/binutils/binutils/
HDnm.c59 elf_symbol_type *elfinfo;
700 sz = ((elf_symbol_type *) sym)->internal_elf_sym.st_size; in sort_symbols_by_size()
787 info.elfinfo = (elf_symbol_type *) sym; in print_symbol()
HDobjcopy.c890 elf_symbol_type *elf_sym; in is_hidden_symbol()
HDChangeLog-02031512 elf_symbol_type.
/NextBSD/contrib/binutils/opcodes/
HDarm-dis.c3937 elf_symbol_type *es; in get_sym_code_type()
3941 es = *(elf_symbol_type **)(info->symtab + n); in get_sym_code_type()
4090 elf_symbol_type * es; in print_insn()
4093 es = *(elf_symbol_type **)(info->symbols); in print_insn()
HDmips-dis.c2098 && ((*(elf_symbol_type **) info->symbols)->internal_elf_sym.st_other in _print_insn_mips()
/NextBSD/contrib/binutils/gas/
HDChangeLog-92958958 * config/tc-hppa.c (md_apply_fix_1): Use elf_symbol_type, instead
9592 sparcv9, since elf_symbol_type is now independent of size.
9594 * config/obj-elf.h (elf_symbol): Fixed name of elf_symbol_type.
9769 (pa_export_args): Change elf_symbol_type to elf32_symbol_type.