OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phdr2
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/src/
elflint.c
4121
GElf_Phdr *
phdr2
;
local
4155
GElf_Phdr *
phdr2
;
local
[
all
...]
elfcmp.c
456
GElf_Phdr *
phdr2
= gelf_getphdr (elf2, ndx, &phdr2_mem);
local
462
if (unlikely (memcmp (phdr1,
phdr2
, sizeof (GElf_Phdr)) != 0))
readelf.c
1046
GElf_Phdr *
phdr2
= NULL;
local
1050
phdr2
= gelf_getphdr (ebl->elf, cnt2, &phdr2_mem);
1052
if (
phdr2
!= NULL &&
phdr2
->p_type == PT_LOAD
1053
&& shdr->sh_addr >=
phdr2
->p_vaddr
1055
<=
phdr2
->p_vaddr +
phdr2
->p_memsz))
1061
if ((
phdr2
->p_flags & PF_W) == 0 && !in_ro)
1066
else if ((
phdr2
->p_flags & PF_W) != 0 && in_ro)
[
all
...]
Completed in 26 milliseconds