Searched refs:REL32 (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/0.153/backends/
H A Darm_reloc.def31 RELOC_TYPE (REL32, REL)
H A Dsh_reloc.def30 RELOC_TYPE (REL32, REL|DYN)
H A Dppc64_reloc.def52 RELOC_TYPE (REL32, REL|EXEC|DYN)
H A Dppc_reloc.def54 RELOC_TYPE (REL32, REL|EXEC|DYN)
/external/chromium_org/courgette/
H A Dencoded_program.h71 REL32 = 3, // REL32 <index> - emit rel32 encoded reference to address at enumerator in enum:courgette::EncodedProgram::OP
H A Dassembly_program.cc28 REL32, // REL32 <label> - emit a rel32 encoded reference to 'label'. enumerator in enum:courgette::OP
29 ABS32, // REL32 <label> - emit am abs32 encoded reference to 'label'.
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: {
H A Dencoded_program.cc243 return ops_.push_back(REL32) && rel32_ix_.push_back(label_index);
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/
H A Dwin64-dataref.asm47 ; 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 951 milliseconds