| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coffgen.c | 47 PARAMS ((bfd *, asymbol *, combined_entry_type *, bfd_size_type *, 50 PARAMS ((bfd *, asymbol *, combined_entry_type *, bfd_vma *, 59 PARAMS ((bfd *, combined_entry_type *, combined_entry_type *, 60 unsigned int, combined_entry_type *)); 722 combined_entry_type *s = coff_symbol_ptr->native; 772 combined_entry_type *s = coff_symbol_ptr->native; 778 (bfd_vma)((combined_entry_type *) 796 combined_entry_type *a = s + i + 1; 825 combined_entry_type *native; 949 combined_entry_type *native; [all …]
|
| D | libcoff.h | 639 } combined_entry_type; typedef 650 combined_entry_type *native; 754 PARAMS ((bfd *, combined_entry_type *, combined_entry_type *, 755 unsigned int, combined_entry_type *)); 758 PARAMS ((bfd *, FILE *, combined_entry_type *, combined_entry_type *, 759 combined_entry_type *, unsigned int));
|
| D | coffcode.h | 1554 combined_entry_type *native; 1573 amt = sizeof (combined_entry_type) * 10; 1574 native = (combined_entry_type *) bfd_zalloc (abfd, amt); 2293 PARAMS ((bfd *, combined_entry_type *, combined_entry_type *, 2294 unsigned int, combined_entry_type *)); 2299 combined_entry_type *table_base; 2300 combined_entry_type *symbol; 2302 combined_entry_type *aux; 2332 PARAMS ((bfd *, combined_entry_type *, combined_entry_type *, 2333 unsigned int, combined_entry_type *)); [all …]
|
| D | peicode.h | 115 combined_entry_type * native_syms; 116 combined_entry_type * native_ptr; 545 combined_entry_type * ent; in pe_ILF_make_a_symbol() 839 vars.native_syms = (combined_entry_type *) ptr; in pe_ILF_build_a_bfd() 840 vars.native_ptr = (combined_entry_type *) ptr; in pe_ILF_build_a_bfd()
|
| D | coff-i960.c | 130 || (cs->native == (combined_entry_type *)NULL))
|
| D | ChangeLog-9495 | 1238 * coffcode.h (combined_entry_type): Add fix_line field. 9371 * coffcode.h (combined_entry_type): Changed fix_tag and fix_end
|
| D | ChangeLog-9193 | 7285 libcoff.h: added (combined_entry_type), libieee.h: uped max
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coffgen.c | 677 combined_entry_type *s = coff_symbol_ptr->native; in coff_renumber_symbols() 722 combined_entry_type *s = coff_symbol_ptr->native; in coff_mangle_symbols() 728 (bfd_vma)((combined_entry_type *) in coff_mangle_symbols() 746 combined_entry_type *a = s + i + 1; in coff_mangle_symbols() 773 combined_entry_type *native, in coff_fix_symbol_name() 892 combined_entry_type *native, in coff_write_symbol() 974 combined_entry_type *native; in coff_write_alien_symbol() 975 combined_entry_type dummy; in coff_write_alien_symbol() 1040 combined_entry_type *native = symbol->native; in coff_write_native_symbol() 1127 || c_symbol->native == (combined_entry_type *) NULL) in coff_write_symbols() [all …]
|
| D | libcoff.h | 641 } combined_entry_type; typedef 652 combined_entry_type *native; 756 (bfd *, combined_entry_type *, combined_entry_type *, 757 unsigned int, combined_entry_type *); 760 (bfd *, FILE *, combined_entry_type *, combined_entry_type *, 761 combined_entry_type *, unsigned int);
|
| D | peicode.h | 104 combined_entry_type * native_syms; 105 combined_entry_type * native_ptr; 508 combined_entry_type * ent; in pe_ILF_make_a_symbol() 783 vars.native_syms = (combined_entry_type *) ptr; in pe_ILF_build_a_bfd() 784 vars.native_ptr = (combined_entry_type *) ptr; in pe_ILF_build_a_bfd()
|
| D | coffcode.h | 1549 combined_entry_type *native; in coff_new_section_hook() 1568 amt = sizeof (combined_entry_type) * 10; in coff_new_section_hook() 2286 combined_entry_type *table_base, in coff_pointerize_aux_hook() 2287 combined_entry_type *symbol, in coff_pointerize_aux_hook() 2289 combined_entry_type *aux) in coff_pointerize_aux_hook() 2320 combined_entry_type *table_base ATTRIBUTE_UNUSED, in coff_pointerize_aux_hook() 2321 combined_entry_type *symbol, in coff_pointerize_aux_hook() 2323 combined_entry_type *aux ATTRIBUTE_UNUSED) in coff_pointerize_aux_hook() 2345 combined_entry_type *table_base ATTRIBUTE_UNUSED, in coff_print_aux() 2346 combined_entry_type *symbol ATTRIBUTE_UNUSED, in coff_print_aux() [all …]
|
| D | coff-i960.c | 130 || (cs->native == (combined_entry_type *)NULL))
|
| D | ChangeLog-9495 | 1238 * coffcode.h (combined_entry_type): Add fix_line field. 9371 * coffcode.h (combined_entry_type): Changed fix_tag and fix_end
|
| D | ChangeLog-9193 | 7285 libcoff.h: added (combined_entry_type), libieee.h: uped max
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | coffcode.texi | 207 @code{combined_entry_type}: 245 @} combined_entry_type; 256 combined_entry_type *native; 368 (bfd *, combined_entry_type *, combined_entry_type *, 369 unsigned int, combined_entry_type *); 372 (bfd *, FILE *, combined_entry_type *, combined_entry_type *, 373 combined_entry_type *, unsigned int);
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | coffcode.texi | 207 @code{combined_entry_type}: 245 @} combined_entry_type; 256 combined_entry_type *native; 368 PARAMS ((bfd *, combined_entry_type *, combined_entry_type *, 369 unsigned int, combined_entry_type *)); 372 PARAMS ((bfd *, FILE *, combined_entry_type *, combined_entry_type *, 373 combined_entry_type *, unsigned int));
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | obj-coff.c | 195 combined_entry_type *entry, *p; in SA_SET_SYM_ENDNDX() 206 combined_entry_type *entry, *p; in SA_SET_SYM_TAGNDX() 315 long sz = (OBJ_COFF_MAX_AUXENTRIES + 1) * sizeof (combined_entry_type); in coff_obj_symbol_new_hook() 319 coffsymbol (symbol_get_bfdsym (symbolP))->native = (combined_entry_type *) s; in coff_obj_symbol_new_hook() 335 long sz = (OBJ_COFF_MAX_AUXENTRIES + 1) * sizeof (combined_entry_type); in coff_obj_symbol_clone_hook() 336 combined_entry_type * s = xmalloc (sz); in coff_obj_symbol_clone_hook()
|
| D | tc-ppc.c | 5094 combined_entry_type *c = coffsymbol (bsym)->native;
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-coff.c | 287 combined_entry_type *entry, *p; 300 combined_entry_type *entry, *p; 423 long sz = (OBJ_COFF_MAX_AUXENTRIES + 1) * sizeof (combined_entry_type); 427 coffsymbol (symbol_get_bfdsym (symbolP))->native = (combined_entry_type *) s;
|
| D | tc-ppc.c | 5069 combined_entry_type *c = coffsymbol (bsym)->native;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | arm-tdep.c | 1861 static combined_entry_type ce; in gdb_print_insn_arm()
|