OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shdr2
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
elfcmp.c
262
GElf_Shdr *
shdr2
;
local
267
shdr2
= gelf_getshdr (scn2, &shdr2_mem);
268
if (
shdr2
!= NULL)
269
sname2 = elf_strptr (elf2, ehdr2->e_shstrndx,
shdr2
->sh_name);
272
&& ebl_section_strip_p (ebl2, ehdr2,
shdr2
, sname2, true, false));
303
if (shdr1->sh_type !=
shdr2
->sh_type
305
|| shdr1->sh_flags !=
shdr2
->sh_flags
306
|| shdr1->sh_addr !=
shdr2
->sh_addr
307
|| (shdr1->sh_offset !=
shdr2
->sh_offset
310
|| shdr1->sh_size !=
shdr2
->sh_siz
[
all
...]
unstrip.c
713
compare_unalloc_sections (const GElf_Shdr *shdr1, const GElf_Shdr *
shdr2
,
717
if (shdr1->sh_flags <
shdr2
->sh_flags)
719
if (shdr1->sh_flags >
shdr2
->sh_flags)
[
all
...]
Completed in 52 milliseconds