HomeSort by relevance Sort by last modified time
    Searched refs:scn0 (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libelf/
elf_getscn.c 68 Elf_Scn *scn0 = &runp->data[0]; local
71 scn0->shdr.e32 = (Elf32_Shdr *) calloc (1, sizeof (Elf32_Shdr));
72 if (scn0->shdr.e32 == NULL)
80 scn0->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr));
81 if (scn0->shdr.e64 == NULL)
87 scn0->elf = elf;
88 scn0->shdr_flags = ELF_F_DIRTY | ELF_F_MALLOCED;
89 scn0->list = elf->state.elf.scns_last;
90 scn0->data_read = 1;
elf32_newphdr.c 122 Elf_Scn *scn0 = &elf->state.ELFW(elf,LIBELFBITS).scns.data[0]; local
123 if (unlikely (count >= PN_XNUM && scn0->shdr.ELFW(e,LIBELFBITS) == NULL))
151 scn0->shdr.ELFW(e,LIBELFBITS)->sh_info = count;
152 scn0->shdr_flags |= ELF_F_DIRTY;
elf32_updatenull.c 182 Elf_Scn *scn0 = &elf->state.ELFW(elf,LIBELFBITS).scns.data[0]; local
184 update_if_changed (scn0->shdr.ELFW(e,LIBELFBITS)->sh_size,
185 shnum, scn0->shdr_flags);
  /external/elfutils/src/
strip.c 428 Elf_Scn *scn0 = elf_getscn (elf, 0); local
430 GElf_Shdr *shdr0 = gelf_getshdr (scn0, &shdr0_mem);
435 if (gelf_update_shdr (scn0, shdr0) == 0)
    [all...]
unstrip.c 255 Elf_Scn *scn0 = elf_getscn (outelf, 0);
257 GElf_Shdr *shdr0 = gelf_getshdr (scn0, &shdr0_mem);
261 ELF_CHECK (gelf_update_shdr (scn0, shdr0),
254 Elf_Scn *scn0 = elf_getscn (outelf, 0); local
    [all...]

Completed in 109 milliseconds