HomeSort by relevance Sort by last modified time
    Searched refs:REL32 (Results 1 - 8 of 8) sorted by null

  /external/elfutils/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
100 // 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);
267 << "\n rel32 rvas " << rel32_rva_.size()
582 case REL32: {
624 // some REL32 relocations following the base relocation and in the same
626 // 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 679 milliseconds