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

  /external/elfutils/libelf/
elf32_newehdr.c 45 elfw2(LIBELFBITS,newehdr) (Elf *elf)
91 INTDEF(elfw2(LIBELFBITS,newehdr))
  /external/elfutils/tests/
elfstrmerge.c 382 GElf_Ehdr newehdr; local
383 if (gelf_getehdr (elfnew, &newehdr) == NULL)
386 newehdr.e_ident[EI_DATA] = ehdr.e_ident[EI_DATA];
387 newehdr.e_type = ehdr.e_type;
388 newehdr.e_machine = ehdr.e_machine;
389 newehdr.e_version = ehdr.e_version;
390 newehdr.e_entry = ehdr.e_entry;
391 newehdr.e_flags = ehdr.e_flags;
396 newehdr.e_shstrndx = newstrtabndx;
407 newehdr.e_shstrndx = SHN_XINDEX
    [all...]
  /external/elfutils/src/
elfcompress.c 575 GElf_Ehdr newehdr; local
576 if (gelf_getehdr (elfnew, &newehdr) == NULL)
582 newehdr.e_ident[EI_DATA] = ehdr.e_ident[EI_DATA];
583 newehdr.e_type = ehdr.e_type;
584 newehdr.e_machine = ehdr.e_machine;
585 newehdr.e_version = ehdr.e_version;
586 newehdr.e_entry = ehdr.e_entry;
587 newehdr.e_flags = ehdr.e_flags;
589 if (gelf_update_ehdr (elfnew, &newehdr) == 0)
1056 if (gelf_getehdr (elfnew, &newehdr) == NULL
    [all...]
strip.c 443 GElf_Ehdr *newehdr; local
    [all...]

Completed in 563 milliseconds