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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 254 uint32_t other_half = 0; local
257 other_half = (FixedValue >> 16) & 0xffff;
266 other_half = FixedValue & 0xffff;
271 other_half = FixedValue & 0xffff;
280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
    [all...]

Completed in 480 milliseconds