Home
last modified time | relevance | path

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

/external/chromium_org/courgette/
Dassembly_program.cc28 REL32, // REL32 <label> - emit a rel32 encoded reference to 'label'. enumerator
187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label)); in EmitRel32()
232 if (instruction->op() == REL32 || instruction->op() == REL32ARM) { in InstructionRel32Label()
430 case REL32: { in Encode()
Dencoded_program.h71 REL32 = 3, // REL32 <index> - emit rel32 encoded reference to address at enumerator
Dencoded_program.cc243 return ops_.push_back(REL32) && rel32_ix_.push_back(label_index); in AddRel32()
585 case REL32: { in AssembleTo()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
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
/external/elfutils/backends/
Dsh_reloc.def30 RELOC_TYPE (REL32, REL|DYN)
Darm_reloc.def31 RELOC_TYPE (REL32, REL)
Dppc64_reloc.def52 RELOC_TYPE (REL32, REL|EXEC|DYN)
Dppc_reloc.def54 RELOC_TYPE (REL32, REL|EXEC|DYN)