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

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 246 uint32_t ext_offset = *offset_ptr; local
248 uint32_t arg_size = len - (*offset_ptr - ext_offset);
  /external/grub/stage2/
disk_io.c 505 unsigned long start, len, offset, ext_offset; local
527 &ext_offset, mbr))
570 the offset of the extended partition in *EXT_OFFSET.
580 unsigned long *ext_offset, char *buf)
653 *ext_offset = 0;
684 *offset = *ext_offset + PC_SLICE_START (buf, i);
685 if (! *ext_offset)
686 *ext_offset = *offset;
757 unsigned long ext_offset; local
769 &part_offset, &entry, &ext_offset, buf)
    [all...]
builtins.c 1255 unsigned long start, len, offset, ext_offset;
1262 &ext_offset, buf))
1238 unsigned long start, len, offset, ext_offset; local
2872 unsigned long start, len, offset, ext_offset; local
    [all...]

Completed in 50 milliseconds