Searched refs:which (Results 1 – 25 of 507) sorted by relevance
12345678910>>...21
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 44 This document describes some BFD internal information which may be 67 BFD is a library which provides a single interface to read and write 83 The first interface is the set of generic functions which programs using 85 directly or indirectly into calls to routines which are specific to a 90 The second interface is the set of functions which appear in the target 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 103 requires some action which the BFD generic interface does not provide. 109 The fourth interface is the set of BFD support functions which are 118 by the manner in which it is used. [all …]
|
D | bfdsumm.texi | 16 relevant BFD back end which reads and converts the table into a canonical 32 information which can be described in one form has nowhere to go in 43 the target of the link is a format which does not have many sections (e.g., 51 are structures in input formats for which there is no direct 59 canonical form has structures which are opaque to the BFD core, 62 same time, the back end saves away any information which may otherwise 79 you understand which kinds of data you can count on preserving across 103 which originally defined it, its name, its value, and various flag 145 pointer to the symbol, which allows finding out the address of the 148 which can simply derive this information can pass it successfully
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-msp430.texi | 182 Also, there are some instructions, which cannot be found in other assemblers. 183 These are branch instructions, which has different opcodes upon jump distance. 188 A polymorph instruction which is @samp{jeq label} in case if jump distance 197 A polymorph instruction which is @samp{jne label} or @samp{jeq +4; br label} 200 A polymorph instruction which is @samp{jl label} or @samp{jge +4; br label} 203 A polymorph instruction which is @samp{jn label} or @samp{jn +2; jmp +4; br label} 206 A polymorph instruction which is @samp{jlo label} or @samp{jhs +2; br label} 209 A polymorph instruction which is @samp{jge label} or @samp{jl +4; br label} 212 A polymorph instruction which is @samp{jhs label} or @samp{jlo +4; br label} 215 A polymorph instruction which is @samp{jeq +2; jge label} or @samp{jeq +6; jl +4; br label} [all …]
|
D | c-arc.texi | 38 @code{-marc} is the same as @code{-marc@value{ARC_CORE_DEFAULT}}, which 153 the ARC. The third parameter specifies the @var{mode} in which the 169 which is at address 0x12 in the memory space and which is only 213 This defines an extension core register mlo with the value 57 which 238 @code{SUFFIX_FLAG} which indicates the absence or presence of 269 implied immediate destination operand which does not appear in the 291 The above specifies an extension instruction called mp64 which has 3 operands, 292 sets the flags, can be used with a condition code, for which the
|
D | internals.texi | 87 the backends keep this information accurate; backends which use this bit are 185 represented as undefined symbols with a value, in which case this function will 199 Return non-zero if this is a local assembler symbol which should not be 259 are only defined for object file formats for which they make sense (primarily 269 are only defined for object file formats for which they make sense (primarily 275 which it makes sense (primarily ELF). 280 which it makes sense (primarily ELF). 284 Get a pointer to an @code{expressionS} structure which represents the value of 395 symbols--symbols which will not be written to the output file--using a 402 @code{symbolS} (which also automatically creates a bfd @code{asymbol} [all …]
|
D | c-aarch64.texi | 49 Specify which ABI the source code uses. The recognized arguments 50 are: @code{ilp32} and @code{lp64}, which decides the generated object 56 message if an attempt is made to assemble an instruction which will not execute 80 instruction which will not execute on the target architecture. The 108 supported by the assembler and the conditions under which they are 168 @samp{ARMv8 Instruction Set Overview}, which is available at 254 dumped into the current section (which is assumed to be the .text 296 This undefines a register alias which was previously defined using the
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
D | gc.exp | 39 if { [is_remote host] || [which $CC] != 0 } { 118 if { [is_remote host] || [which $CC] != 0 } { 129 if { [is_remote host] || [which $CC] != 0 } { 134 if { [is_remote host] || [which $CC] != 0 } {
|
/toolchain/binutils/binutils-2.25/config/ |
D | proginstall.m4 | 20 # AmigaOS /C/install, which installs bootblocks on floppy discs 21 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 22 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 23 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 24 # OS/2's system install, which has a completely different semantic 25 # ./install, which can be erroneously created by make from ./install.sh.
|
D | override.m4 | 5 dnl Autoconf version, which means they can be removed once the complete 64 dnl We need AC_CHECK_DECL which works for overloaded C++ functions. 91 # Helper to AC_CHECK_DECLS, which generates the check for a single
|
D | gettext-sister.m4 | 9 # small file which can be sourced as a shell script; then we produce 41 # literal string "../path/to/srcdir/po/*.gmo" which has to be 68 dnl Set up some additional variables which our po/Make-in files
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | bundle-lock.s | 10 .macro offset_sequence which, size, offset 12 \which\()_sequence_\size\()_offset_\offset\(): 13 .rept \offset / size_\which
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cygwin/ |
D | exe-export.exp | 32 if { [which $CC] == 0 } { 46 if { [which $dlltool] == 0 } then { 73 if { [which $ld] == 0 } then {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/ |
D | srec.exp | 121 proc srec_compare_fail { which l1 l2 } { 122 send_log "comparison failure $which:\n$l1\n$l2\n" 123 verbose "comparison failure $which:\n$l1\n$l2" 336 if { ![is_remote host] && [which $CC] == 0 } { 404 if { ![is_remote host] && [which $CXX] == 0 } {
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | bsd_callg_bl.m | 41 which is due to calls from this parent. 45 descendent time which is due to calls from this 50 fraction which divides up the function's time to 68 which is due to being called by this function. 72 time which is due to being called by this
|
D | gprof.texi | 51 can use it to determine which parts of a program are taking most of the 74 can use it to determine which parts of a program are taking most of the 138 (@file{gmon.out} default) which is created by programs 173 the execution of the profiling routine, in which case all is lost. 206 Profiling allows you to learn where your program spent its time and which 207 functions called which other functions while it was executing. This 208 information can show you which pieces of your program are slower than you 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 [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | start4.s | 2 # section (which .init is, which .text isn't). Here, we don't refer to
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | NEWS | 74 from the static delayimp library, which will import LoadLibraryA and 85 --external-symbols-table=<filename> which reads in symbols from a specified 95 --stack and --subsystem command line options to objcopy, which will 115 * Added --identify <implib> option to dlltool, which determines the 126 * Added support for "thin" archives which contain pathnames pointing to 127 object files rather than the files themselves and which contain a 128 flattened symbol index for all objects, and archives, which have been 149 compiler which attempts to be compatible with the MS version. 158 * Add --extract-symbol command line option to objcopy, which will 214 symbols which the target considers to be special. By default these symbols [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | rodata-merge-map2.s | 1 @ This file contains the 2nd contribution, which is expected to 3 @ rodata-merge-map1.s), and generate no mapping symbol (which
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | libiberty.texi | 16 * Libiberty: (libiberty). Library of utility functions which 85 * Licenses:: The various licenses under which libiberty sources are 114 For your own projects, an approach which offers stability and flexibility 134 * Supplemental Functions:: Providing functions which don't exist 140 * Extensions:: Functions which provide useful extensions 150 Certain operating systems do not provide functions which have since 153 function be provided, but an OS which predates that specification 163 listed here with little description, as systems which lack them 235 functions, which has proven generically useful in GNU programs, such as 238 central location from which to use, maintain, and distribute them.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/ |
D | extern.d | 10 # command which will be present in the message, eg "../ld-new" 11 # 2) Targets which define EXTERN_FORCE_RELOC to 0 in their
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elf32cr16.sc | 38 and useful for --gc-sections, which for a variable "foo" might be 39 ".data.foo". Then there are the linkonce sections, for which the linker 40 eliminates duplicates, which are named like ".gnu.linkonce.d.foo". 95 doesn't matter which directory crtbegin.o
|
D | elf32crx.sc | 40 and useful for --gc-sections, which for a variable "foo" might be 41 ".data.foo". Then there are the linkonce sections, for which the linker 42 eliminates duplicates, which are named like ".gnu.linkonce.d.foo". 97 doesn't matter which directory crtbegin.o
|
/toolchain/binutils/binutils-2.25/ |
D | lt~obsolete.m4 | 15 # which have later been changed to m4_define as they aren't part of the 24 # So we provide this file, which has a silly filename so it's always 32 # we give up compatibility with versions before 1.7, at which point 33 # we need to keep only those names which we still refer to.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | README | 11 There is some BFD internals documentation in doc/bfdint.texi which may 21 The default target for which to build the library. TARGET is 44 host to any target, so patches which use ``#ifdef HOST'' are not
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-auto-import/ |
D | auto-import.exp | 70 if { [which $CC] == 0 } { 82 if { [which $ld] == 0 } then {
|
12345678910>>...21