OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shdr1
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/src/
elfcmp.c
249
GElf_Shdr *
shdr1
;
local
254
shdr1
= gelf_getshdr (scn1, &shdr1_mem);
255
if (
shdr1
!= NULL)
256
sname1 = elf_strptr (elf1, ehdr1->e_shstrndx,
shdr1
->sh_name);
259
&& ebl_section_strip_p (ebl1, ehdr1,
shdr1
, sname1, true, false));
277
if (gaps != gaps_ignore && (
shdr1
->sh_flags & SHF_ALLOC) != 0)
280
newp->from =
shdr1
->sh_offset;
281
newp->to =
shdr1
->sh_offset +
shdr1
->sh_size;
303
if (
shdr1
->sh_type != shdr2->sh_typ
[
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 515 milliseconds