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 622 const char *sec_start = (const char*)base() + sec->sh_offset; local
623 const char *sec_end = sec_start + vd_size;
625 const char *p = sec_start;
648 const char *sec_start = (const char*)base() + sec->sh_offset; local
649 const char *sec_end = sec_start + vn_size;
651 const char *p = sec_start;
2096 const char *sec_start = (const char*)base() + section->sh_offset; local
    [all...]
  /external/linux-tools-perf/util/
header.c 392 u64 sec_start; local
411 sec_start = header->data_offset + header->data_size;
412 lseek(fd, sec_start + sec_size, SEEK_SET);
443 lseek(fd, sec_start, SEEK_SET);

Completed in 258 milliseconds