HomeSort by: relevance | last modified time | path
    Searched defs:ivar_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 105 int ivar_offset; /* Byte offset from the base address of the member in struct:objc_ivar
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 105 int ivar_offset; /* Byte offset from the base address of the member in struct:objc_ivar
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3650 int32_t ivar_offset; member in struct:__anon5681::objc_ivar_t
3931 sys::swapByteOrder(objc_ivar.ivar_offset);
4852 uint64_t ivar_offset, n_value; local
4897 memcpy(&ivar_offset, ivar_offset_p, sizeof(ivar_offset));
4899 sys::swapByteOrder(ivar_offset);
4900 outs() << " " << ivar_offset << "\n";
4953 uint32_t ivar_offset; local
4987 memcpy(&ivar_offset, ivar_offset_p, sizeof(ivar_offset));
    [all...]

Completed in 20 milliseconds