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

  /external/llvm/include/llvm/Object/
ELF.h 439 const char *sec_start = (const char*)base() + sec->sh_offset; local
440 const char *sec_end = sec_start + vd_size;
442 const char *p = sec_start;
464 const char *sec_start = (const char *)base() + sec->sh_offset; local
465 const char *sec_end = sec_start + vn_size;
467 const char *p = sec_start;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 2235 u64 sec_start; local
    [all...]

Completed in 77 milliseconds