OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixups
(Results
51 - 75
of
292
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h
257
#define MSG_CMSG_COMPAT 0x80000000 /* This message needs 32 bit
fixups
*/
259
#define MSG_CMSG_COMPAT 0 /* We never have 32 bit
fixups
*/
/external/llvm/lib/MC/
MCAssembler.cpp
49
STATISTIC(evaluateFixup, "Number of evaluated
fixups
");
412
"FKF_IsAlignedDownTo32Bits is only allowed on PC-relative
fixups
!");
417
// A number of ARM
fixups
in Thumb mode require that the effective PC
703
// Check that we aren't trying to write a non-zero contents (or
fixups
)
708
"Cannot have
fixups
in virtual section!");
810
// Evaluate and apply the
fixups
, generating relocation entries as necessary.
881
SmallVector<MCFixup, 4>
Fixups
;
884
getEmitter().EncodeInstruction(Relaxed, VecOS,
Fixups
);
890
F.getFixups() =
Fixups
;
[
all
...]
/art/compiler/utils/
assembler.h
100
// Assembler
fixups
are positions in generated code that require processing
204
// and apply all
fixups
.
298
// non-zero for
fixups
in the body if the preamble is non-empty.
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
160
Case += ",
Fixups
";
167
Case += ",
Fixups
";
251
<< " SmallVectorImpl<MCFixup> &
Fixups
) const {\n";
/external/kernel-headers/original/linux/
socket.h
275
#define MSG_CMSG_COMPAT 0x80000000 /* This message needs 32 bit
fixups
*/
277
#define MSG_CMSG_COMPAT 0 /* We never have 32 bit
fixups
*/
/external/chromium_org/tools/cr/cr/commands/
init.py
165
cr.
fixups
package.
/external/dropbear/libtommath/
bn_fast_mp_montgomery_reduce.c
89
* carry
fixups
are done in order so after these loops the
/external/icu4c/layout/
IndicLayoutEngine.h
128
* any post GSUB
fixups
for left matras. It calls OpenTypeLayoutEngine::glyphProcessing
/external/llvm/include/llvm/MC/
MCObjectWriter.h
106
/// complete,
fixups
have been evaluated and applied, and relocations
/external/nist-sip/java/gov/nist/javax/sip/address/
ParameterNames.java
78
* javadoc
fixups
/external/nist-sip/java/gov/nist/javax/sip/header/
Organization.java
122
* javadoc
fixups
ProxyAuthenticate.java
110
* javadoc
fixups
ProxyAuthorization.java
89
* javadoc
fixups
ReferTo.java
112
* javadoc
fixups
Subject.java
131
* javadoc
fixups
Unsupported.java
124
* javadoc
fixups
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferredBy.java
80
* doc
fixups
/external/nist-sip/java/gov/nist/javax/sip/parser/
AuthorizationParser.java
107
* javadoc
fixups
CallIDParser.java
118
* javadoc
fixups
ContentLengthParser.java
104
* javadoc
fixups
ExpiresParser.java
122
* javadoc
fixups
MaxForwardsParser.java
103
* javadoc
fixups
MinExpiresParser.java
124
* javadoc
fixups
SIPETagParser.java
120
* javadoc
fixups
SIPIfMatchParser.java
120
* javadoc
fixups
Completed in 706 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>