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

  /external/llvm/include/llvm/Support/
MachO.h 318 uint32_t fileoff; member in struct:llvm::MachO::segment_command
332 uint64_t fileoff; member in struct:llvm::MachO::segment_command_64
  /external/v8/src/
gdb-jit.cc 538 uint32_t fileoff; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand
543 uint64_t fileoff; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand
593 cmd->fileoff = 0;
612 cmd->fileoff = w->position();
618 cmd->filesize = w->position() - (uintptr_t)cmd->fileoff;
    [all...]

Completed in 125 milliseconds