Home
last modified time | relevance | path

Searched refs:typecast (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dwindmc.c354 write_dbg_define (FILE *fp, const unichar *sym_name, const unichar *typecast) in write_dbg_define() argument
362 if (typecast) in write_dbg_define()
363 unicode_print (fp, typecast, unichar_len (typecast)); in write_dbg_define()
370 write_header_define (FILE *fp, const unichar *sym_name, rc_uint_type vid, const unichar *typecast, … in write_header_define() argument
387 if (typecast && typecast[0] != 0) in write_header_define()
388 tdef = convert_unicode_to_ACP (typecast); in write_header_define()
DChangeLog-2011716 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-2010736 to deleted function elf_symbol_flags. Add typecast to avoid warning.
739 * elflink.c (elf_link_input_bfd): Add typecast to avoid warnings.
DChangeLog-20113216 typecast to avoid warning.