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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 167 Section.RelocationTableOffset = Sect.reloff;
179 Section.RelocationTableOffset = Sect.reloff;
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 209 uint32_t reloff; // Offset to relocations member in struct:ObjectFilePECOFF::section_header
ObjectFilePECOFF.cpp 477 m_sect_headers[idx].reloff = section_header_data.GetU32(&offset);
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 140 Sect.reloff, Sect.nreloc, Sect.flags,
163 Sect.reloff, Sect.nreloc, Sect.flags,
  /external/llvm/include/llvm/Support/
MachO.h 591 uint32_t reloff; member in struct:llvm::MachO::section
605 uint32_t reloff; member in struct:llvm::MachO::section_64
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 73 sys::swapByteOrder(S.reloff);
86 sys::swapByteOrder(S.reloff);
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 208 uint32_t reloff; member in struct:v8::MachOSectionHeader
242 header->reloff = 0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
    [all...]

Completed in 323 milliseconds