OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REL32
(Results
1 - 8
of
8
) sorted by null
/external/elfutils/0.153/backends/
arm_reloc.def
31
RELOC_TYPE (
REL32
, REL)
sh_reloc.def
30
RELOC_TYPE (
REL32
, REL|DYN)
ppc64_reloc.def
52
RELOC_TYPE (
REL32
, REL|EXEC|DYN)
ppc_reloc.def
54
RELOC_TYPE (
REL32
, REL|EXEC|DYN)
/external/chromium_org/courgette/
encoded_program.h
71
REL32
= 3, //
REL32
<index> - emit
rel32
encoded reference to address at
102
// Decodes and evaluates courgette ops for ARM
rel32
addresses.
assembly_program.cc
28
REL32
, //
REL32
<label> - emit a
rel32
encoded reference to 'label'.
29
ABS32, //
REL32
<label> - emit am abs32 encoded reference to 'label'.
30
REL32ARM, // REL32ARM <c_op> <label> - arm-specific
rel32
reference
105
// A ABS32 to
REL32
instruction emits a reference to a label's address.
117
// An ARM
REL32
instruction emits a reference to a label's address and
187
return Emit(new(std::nothrow) InstructionWithLabel(
REL32
, label));
232
if (instruction->op() ==
REL32
|| instruction->op() == REL32ARM) {
430
case
REL32
:
[
all
...]
encoded_program.cc
243
return ops_.push_back(
REL32
) && rel32_ix_.push_back(label_index);
269
<< "\n
rel32
rvas " << rel32_rva_.size()
586
case
REL32
: {
627
// some
REL32
relocations following the base relocation and in the same
629
// be wrong, causing
REL32
offsets to be miscalculated. This never
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm
47
; MASM generates a
REL32
reloc for this even though it's in
55
; MASM generates a
REL32
reloc for this even though it's in
Completed in 97 milliseconds