Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object.c175 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 …]
Dlibiberty.texi16 * 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 …]
Dsimple-object-common.h32 const struct simple_object_functions *functions; member
42 const struct simple_object_functions *functions; member
52 const struct simple_object_functions *functions; member
Dobstacks.texi23 * Obstack Functions:: The obstack functions are both
24 functions and macros.
49 to access the contents of the structure directly; use only the functions
59 All the functions that work with obstacks require you to specify which
79 Each source file in which you plan to use the obstack functions
89 declare or define two functions or macros that will be called by the
271 The interfaces for using obstacks may be defined either as functions or
277 ``functions'' are actually defined only as macros. You can call these
278 macros like functions, but you cannot use them in any other way (for
314 functions. @xref{Macro Definitions, , , libc, The GNU C Library Reference Manual}.
[all …]
DChangeLog12 * functions.texi: Updated with documentation for new function.
31 * functions.texi: Regenerate.
41 * functions.texi: Regenerate.
455 * configure, config.in, functions.texi: Rebuild.
502 * filename_cmp.c (filename_hash, filename_eq): New functions.
804 * functions.texi: Regenerated.
819 * functions.texi: Regenerate.
895 [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
914 * functions.texi: Rebuild.
920 * functions.texi: Rebuild.
[all …]
Dconfigure.ac13 dnl We use these options to decide which functions to include.
328 # This is the list of functions which libiberty will provide if they
422 # For each of these functions, if the host does not provide the
435 # If we are being configured for newlib, we know which functions
460 # Of the functions in $checkfuncs, newlib only has strerror.
467 # If we are being configured for Mingw, we know which functions
509 # Of the functions in $checkfuncs, Mingw only has strerror.
589 # Of the functions in $checkfuncs, VxWorks only has strerror.
DREADME54 Makefile.in, and run 'make stamp-functions' to regenerate
55 functions.texi.
DChangeLog.jit5 * functions.texi: Regenerate.
/toolchain/binutils/binutils-2.25/config/
Dld-symbolic.m48 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.25/bfd/doc/
Dbfdint.texi83 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.25/ld/testsuite/ld-linkonce/
Dx.s2 ;# linkonce functions fn and fn2. The functions fn and fn2 are
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
Dx.s2 ;# linkonce functions fn and fn2. The functions fn and fn2 are
/toolchain/binutils/binutils-2.25/gprof/
Dgprof.texi122 [ --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 …]
Dfsf_callg_bl.m7 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.25/opcodes/
DChangeLog-2012784 * ppc-opc.c (insert_arx, extract_arx): New functions.
785 (insert_ary, extract_ary): New functions.
786 (insert_li20, extract_li20): New functions.
787 (insert_rx, extract_rx): New functions.
788 (insert_ry, extract_ry): New functions.
789 (insert_sci8, extract_sci8): New functions.
790 (insert_sci8n, extract_sci8n): New functions.
791 (insert_sd4h, extract_sd4h): New functions.
792 (insert_sd4w, extract_sd4w): New functions.
793 (insert_vlesi, extract_vlesi): New functions.
[all …]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dscoreelf.em64 # parse_args and list_options functions.
72 # We have our own after_open and before_allocation functions, but they call
Dm68kelf.em84 generate the embedded relocs, and we have such functions only for
216 # parse_args and list_options functions.
245 # We have our own after_open and after_allocation functions, but they call
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Dthumb2-bl-undefweak.s1 @ Test that calls to undefined weak functions resolve to call through
Dthumb2-bl-undefweak1.s1 @ Test that calls to undefined weak functions resolve to call through
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dcompressed-plt-1-dyn.s1 # Create dummy DSO functions for everything that these tests call.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
Dmath.s2 * Math built-in functions
Dextaddr.s11 ; extended addressing functions
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dexpdyn1.d8 # Exporting dynamic symbols means objects as well as functions.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2004133 functions, give functions a meaningful name, add comments.
365 (cris_insn_ver_valid_for_arch): New functions.
545 New functions.
740 (expression_maybe_register): Use new xtensa-isa.h functions. Use
744 (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
748 new xtensa-isa.h functions.
754 (get_relaxable_immed): Use new xtensa-isa.h functions.
756 functions.
758 (is_direct_call_opcode): Use new xtensa-isa.h functions.
764 xtensa-isa.h functions. Operate on one slot of an instruction.
[all …]
/toolchain/binutils/binutils-2.25/libiberty/config/
Dmh-aix5 # in libc.a for use by some libc public functions including modf. The public

12345678910>>...13