/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object.c | 175 ret->functions = format_functions[i]; in simple_object_start_read() 194 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections() 261 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes() 265 ret->functions = sobj->functions; in simple_object_fetch_attributes() 275 sobj->functions->release_read (sobj->data); in simple_object_release_read() 286 if (to->functions != from->functions) in simple_object_attributes_merge() 291 return to->functions->attributes_merge (to->data, from->data, err); in simple_object_attributes_merge() 299 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes() 313 data = attrs->functions->start_write (attrs->data, errmsg, err); in simple_object_start_write() 317 ret->functions = attrs->functions; in simple_object_start_write() [all …]
|
D | libiberty.texi | 16 * Libiberty: (libiberty). Library of utility functions which 83 * Functions:: Available functions, macros, and global variables. 88 * Index:: Index of functions and categories. 134 * Supplemental Functions:: Providing functions which don't exist 137 * Replacement Functions:: These functions are sometimes buggy or 146 @cindex supplemental functions 147 @cindex functions, supplemental 148 @cindex functions, missing 150 Certain operating systems do not provide functions which have since 157 Similarly, some functions exist only among a particular ``flavor'' [all …]
|
D | simple-object-common.h | 32 const struct simple_object_functions *functions; member 42 const struct simple_object_functions *functions; member 52 const struct simple_object_functions *functions; member
|
D | ChangeLog | 15 * d-demangle.c (dlang_function_args): Append ',' for variadic functions 18 variadic functions. 30 * functions.texi (dupargv, writeargv, countargv): Likewise. 188 pascal functions and template value arguments. Only check for a type 218 * testsuite/d-demangle-expected: Add coverage tests for functions with 292 * functions.texi: Regenerate. 305 * functions.texi: Regenerate. 326 * functions.texi: Updated with documentation for new function. 345 * functions.texi: Regenerate. 355 * functions.texi: Regenerate. [all …]
|
/toolchain/binutils/binutils-2.27/zlib/win32/ |
D | zlib.def | 3 ; basic functions 9 ; advanced functions 31 ; utility functions 61 ; large file functions 68 ; checksum functions
|
D | DLL_FAQ.txt | 29 * The calling convention of functions is "C" (CDECL). 64 functions. Failure to do so resulted in creating binaries 134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling 144 - Most of the native Windows API functions (without varargs) use 146 Win32), but the standard C functions use CDECL. If a user 148 it calls native Windows API functions such as CreateFile()), 149 sometimes it makes sense to decorate its own functions with 151 it calls standard C functions such as fopen()), it is not a 154 functions STDCALL-able. 161 functions, just like CDECL. It is unfortunate that, in spite [all …]
|
/toolchain/binutils/binutils-2.27/config/ |
D | ld-symbolic.m4 | 8 dnl Set SYMBOLIC_LDFLAGS to -Bsymbolic-functions for GNU linker if it 11 [AC_CACHE_CHECK([if the GNU linker ($LD) supports -Bsymbolic-functions], 16 if $LD --help 2>&1 </dev/null | grep Bsymbolic-functions 1>&5; then 21 SYMBOLIC_LDFLAGS="-Wl,-Bsymbolic-functions"
|
/toolchain/binutils/binutils-2.27/bfd/doc/ |
D | bfdint.texi | 83 The first interface is the set of generic functions which programs using 86 particular object file format. Many of these generic functions are 87 actually defined as macros in @file{bfd.h}. These functions comprise 90 The second interface is the set of functions which appear in the target 93 target vector is used to implement the generic BFD functions. These 94 functions are always called through the target vector, and are never 96 target vector}. The set of functions which appear in a particular 99 The third interface is a set of oddball functions which are typically 100 specific to a particular object file format, are not generic functions, 104 These functions are typically declared in @file{bfd.h}, but in many [all …]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-linkonce/ |
D | x.s | 2 ;# linkonce functions fn and fn2. The functions fn and fn2 are
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
D | x.s | 2 ;# linkonce functions fn and fn2. The functions fn and fn2 are
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | gprof.texi | 122 [ --display-unused-functions ] [ --file-format=@var{name} ] 127 [ --width=@var{n} ] [ --ignore-non-functions ] 207 functions called which other functions while it was executing. This 210 execute faster. It can also tell you which functions are being called more 245 which functions burn most of the cycles, it is stated concisely here. 248 The @dfn{call graph} shows, for each function, which functions called it, which 249 other functions it called, and how many times. There is also an estimate 320 standard library functions such as @code{read} and @code{open}. For 344 you get for the functions in those modules is the total time spent in them; 347 the functions will be blank), but will greatly reduce the usefulness of the [all …]
|
D | fsf_callg_bl.m | 7 The lines above it list the functions that called this function, 8 and the lines below it list the functions this one called. 17 different viewpoints, functions excluded by options, etc,
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/ |
D | relocs-1027-symbolic-func.d | 2 #ld: -shared -Bsymbolic-functions
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
D | thumb2-bl-undefweak.s | 1 @ Test that calls to undefined weak functions resolve to call through
|
D | thumb2-bl-undefweak1.s | 1 @ Test that calls to undefined weak functions resolve to call through
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
D | compressed-plt-1-dyn.s | 1 # Create dummy DSO functions for everything that these tests call.
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/ |
D | pr19645.d | 2 #ld: -shared -Bsymbolic-functions -melf_i386
|
D | pr19609-1h.d | 3 #ld: -pie -E -Bsymbolic-functions -melf_i386 --no-dynamic-linker
|
/toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/ |
D | readme.txt | 48 It uses the WINAPI calling convention for the exported functions, and 56 is exporting the functions using the CDECL convention. See the file
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/ |
D | math.s | 2 * Math built-in functions
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
D | expdyn1.d | 8 # Exporting dynamic symbols means objects as well as functions.
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | scoreelf.em | 64 # parse_args and list_options functions. 72 # We have our own after_open and before_allocation functions, but they call
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/ |
D | pr19645.d | 2 #ld: -shared -Bsymbolic-functions -melf_x86_64
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | configure.ac | 21 dnl We use these options to decide which functions to include. 74 # We assume newlib. This lets us hard-code the functions we know
|
/toolchain/binutils/binutils-2.27/libiberty/config/ |
D | mh-aix | 5 # in libc.a for use by some libc public functions including modf. The public
|