OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phdr1
(Results
1 - 3
of
3
) sorted by null
/system/chre/build/sys_support/qcom/
uimage_v2.lcs
35
phdr1
PT_LOAD;
45
.note.qti.uimg.dl.ver : { *(.note.qti.uimg.dl.ver) } :
phdr1
: note1
48
.hash : { *(.hash) } :
phdr1
uimage.lcs.toolv80
35
phdr1
PT_LOAD;
45
.note.qti.uimg.dl.ver : { *(.note.qti.uimg.dl.ver) } :
phdr1
: note1
46
.dynsym : { *(.dynsym) } :
phdr1
69
} :
phdr1
107
.dynamic : { *(.dynamic) } :
phdr1
: dynamic1
108
.got : { *(.got) *(.igot) } :
phdr1
/external/elfutils/src/
elfcmp.c
600
GElf_Phdr *
phdr1
= gelf_getphdr (elf1, ndx, &phdr1_mem);
local
601
if (
phdr1
== NULL)
612
if (unlikely (memcmp (
phdr1
, phdr2, sizeof (GElf_Phdr)) != 0))
620
if (gaps != gaps_ignore &&
phdr1
->p_type == PT_LOAD)
623
while (cnt < nregions && regionsarr[cnt].to <
phdr1
->p_offset)
626
GElf_Off last =
phdr1
->p_offset;
627
GElf_Off end =
phdr1
->p_offset +
phdr1
->p_filesz;
Completed in 255 milliseconds