/toolchain/binutils/binutils-2.25/libiberty/ |
D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 105 bias = ((digit_t *) pointers) + j; in sort_pointers() 106 top = ((digit_t *) (pointers + n)) + j; in sort_pointers() 122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp) in sort_pointers() 127 pointerp = pointers; in sort_pointers() 128 pointers = work; in sort_pointers() 150 void **pointers; in main() local 158 pointers = XNEWVEC (void*, k); in main() 163 pointers[i] = (void *) random (); in main() 164 printf ("%x\n", pointers[i]); in main() [all …]
|
D | pexecute.txh | 155 character pointers. Each element of the array should point to a string of the
|
D | functions.texi | 93 pointers to copies of the string for each field. The input string 247 The @var{argcp} and @code{argvp} arguments are pointers to the usual 575 its containing queue. These routines expect to be passed pointers to 1115 character pointers. Each element of the array should point to a string of the
|
D | ChangeLog | 121 (squangle_mop_up): Reset pointers to NULL after calling free. 4447 (many nodes): Lose the next,prev,up pointers on the @nide line. 4451 without next,prev,up pointers in thye node lines. 4458 * copying-lib.texi: Lose the next,prev,up pointers on the @node 4963 (demangle_type_ptr): Use switch statement. Handle pointers to 4967 (demangle_array_type): Add parameter to handle pointers to arrays. 5283 (demangling_def): Make name and next const pointers. 5941 pointers-to-members. 6753 (mop_up): set pointers to NULL after freeing. 8433 * ieee-float.c: Don't require pointers to double to be aligned.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-xstormy16.texi | 55 Like the @option{--16bit-pointers} command line option this directive 56 indicates that the assembly code makes use of 16-bit pointers. 60 Like the @option{--32bit-pointers} command line option this directive 61 indicates that the assembly code makes use of 32-bit pointers. 65 Like the @option{--no-pointers} command line option this directive 66 indicates that the assembly code does not makes use pointers.
|
D | c-avr.texi | 184 register pointers for Data Space addressing. One of the these address 185 pointers can also be used as an address pointer for look up tables in
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | baddata1.s | 7 # no way these are going to hold the pointers.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
D | exprbug.s | 15 ; FIRST, argv array of pointers to args, 1st is same as path.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/ |
D | labeldiffs.s | 17 ; FIRST, argv array of pointers to args, 1st is same as path.
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elfi370.sc | 140 /* Put .ctors and .dtors next to the .got2 section, so that the pointers 141 get relocated with -mrelocatable. Also put in the .fixup pointers.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | PORTING | 37 bfd_target <target>_vec, which includes pointers to
|
D | ChangeLog-9193 | 8 (NAME(aout,some_aout_object_p)): Set some tdata pointers to NULL. 528 * ecoffswap.h: Changed type of internal pointers for swap out 2121 array of pointers to section symbols. 2128 * elfcode.h (elf_obj_tdata): Add pointer to an array of pointers 2131 (elf_map_symbols): Fill in array of pointers to section symbols. 2573 pointers to be PTR rather than to a particular struct. 3141 here from elfcode.h. A couple of size-specific structure pointers 3231 pointers to integers, make sure the integer type is wide enough. 4778 routine pointers. 4780 contains pointers to the COFF-specific swapping routines. [all …]
|
D | ChangeLog-2008 | 378 set temporary variables to pointers to reloc-specific variables 594 * dwarf2.c (find_line): Don't keep stale pointers into realloc'd 2947 * dwarf1.c (struct dwarf1_debug): Change data pointers to bfd_byte. 2948 (parse_die): Change data pointers to bfd_byte.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdsumm.texi | 6 memory with pointers to routines that will be used to access elements of 98 information, various flags, and pointers into other BFD data
|
D | bfdint.texi | 92 of function pointers specific to a particular object file format. The 291 vector}. This is simply a set of function pointers which implement 409 Every target vector has function pointers used for swapping information 421 Every target vector has three arrays of function pointers which are 435 The three arrays of function pointers are as follows: 491 the description of the function pointers which it defines. The function 492 pointers will be described using the name without the prefix which the 583 information by copying pointers to @samp{asymbol} structures, the 716 amount of memory required to hold @samp{asymbol} pointers for all the 809 pointers for all the relocations plus a trailing @samp{NULL} entry, and [all …]
|
D | bfd.texinfo | 229 BFD does not free anything created by an application, but pointers into
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | avrelf.em | 25 # to reach the whole program memory by using 16 bit pointers.
|
D | ppc64elf.em | 492 einfo ("%P: .init/.fini fragments use differing TOC pointers\n");
|
D | beos.em | 494 /* Fill in the next pointers again. */
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure.ac | 342 dnl Some architectures do not support taking pointers of functions
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 390 which uses 4 byte pointers. 433 It defines a set of function pointers which are invoked by the linker,
|
D | ChangeLog-2005 | 1204 section, attached via map_head and map_tail pointers. 1207 link_order pointers and set stripped_excluded_sections.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-9203 | 301 pointers and integers of different sizes. Avoid endian problems 309 * i386.c (i386_find_call): Avoid casts between pointers and 1667 pointers).
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2011 | 330 DW_FORM_data8 as location list pointers only for DWARF < 4.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-9297 | 445 (build_hash): First arg is now table of sorted pointers. 446 (print_insn_sparc): Sort opcodes by sorting table of pointers. 1670 pointers to functions that handle unusual operand encodings. 2980 pointers into a static const array of characters; fixed sprintf 3564 arrays of string pointers to 2-d arrays of chars, to save
|