OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sec_start
(Results
1 - 2
of
2
) sorted by null
/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);
/external/llvm/include/llvm/Object/
ELF.h
847
const char *
sec_start
= (const char*)base() + sec->sh_offset;
local
872
const char *
sec_start
= (const char*)base() + sec->sh_offset;
local
2978
const char *
sec_start
= (const char*)base() + section->sh_offset;
local
[
all
...]
Completed in 114 milliseconds