Home
last modified time | relevance | path

Searched refs:bfd_hostptr_t (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c821 (bfd_hostptr_t) ((combined_entry_type *) in coff_mangle_symbols()
822 ((bfd_hostptr_t) s->u.syment.n_value))->offset; in coff_mangle_symbols()
1863 internal_ptr->u.syment._n._n_n._n_offset = (bfd_hostptr_t) _("<corrupt>"); in coff_get_normalized_symtab()
1866 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset)); in coff_get_normalized_symtab()
1876 (bfd_hostptr_t) in coff_get_normalized_symtab()
1882 ((bfd_hostptr_t) in coff_get_normalized_symtab()
1906 internal_ptr->u.syment._n._n_n._n_offset = (bfd_hostptr_t) newstring; in coff_get_normalized_symtab()
1910 internal_ptr->u.syment._n._n_n._n_offset = (bfd_hostptr_t) ""; in coff_get_normalized_symtab()
1923 internal_ptr->u.syment._n._n_n._n_offset = (bfd_hostptr_t) _("<corrupt>"); in coff_get_normalized_symtab()
1926 ((bfd_hostptr_t) in coff_get_normalized_symtab()
[all …]
Dbfd-in.h107 typedef BFD_HOSTPTR_T bfd_hostptr_t; typedef
Dpeicode.h570 ent->u.syment._n._n_n._n_offset = (bfd_hostptr_t) sym; in pe_ILF_make_a_symbol()
Dbfd-in2.h114 typedef BFD_HOSTPTR_T bfd_hostptr_t; typedef
Dcoffcode.h4736 src->u.syment._n._n_n._n_zeroes = (bfd_hostptr_t) dst; in coff_slurp_symbol_table()
DChangeLog-20071592 (bfd_hostptr_t): The typedef of BFD_HOSTPTR_T.
1603 bfd_hostptr_t type.
Delflink.c7132 && (((bfd_hostptr_t) ssym - (bfd_hostptr_t) ssymbuf) in elf_create_symbuf()
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h480 bfd_hostptr_t _n_zeroes; /* new == 0 */
481 bfd_hostptr_t _n_offset; /* offset into string table */
DChangeLog293 * internal.h (struct internal_syment): Use bfd_hostptr_t for
/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c2812 fprintf_vma (file, (bfd_vma) ((bfd_hostptr_t) sym)); in print_symbol_value_1()
2823 fprintf_vma (file, (bfd_vma) ((bfd_hostptr_t) local_symbol_get_frag (locsym))); in print_symbol_value_1()
2834 fprintf_vma (file, (bfd_vma) ((bfd_hostptr_t) sym->sy_frag)); in print_symbol_value_1()
2910 fprintf_vma (file, (bfd_vma) ((bfd_hostptr_t) exp)); in print_expr_1()
Dwrite.c2844 fprintf_vma (stderr, (bfd_vma)((bfd_hostptr_t) fixp)); in print_fixup()
2863 fprintf_vma (stderr, (bfd_vma) ((bfd_hostptr_t) fixp->fx_frag)); in print_fixup()
DChangeLog-20071227 * symbols.c: Print bfd_hostptr_t to file via fprintf_vma.