HomeSort by relevance Sort by last modified time
    Searched full:ehdr (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/elfutils/src/
ld.h 122 XElf_Ehdr *ehdr; member in struct:usedfiles
125 XElf_Ehdr ehdr; member in struct:usedfiles
239 && FILEINFO_EHDR (file->ehdr).e_type == ET_REL);
246 && FILEINFO_EHDR (file->ehdr).e_type == ET_DYN);
ld.c 1014 XElf_Ehdr_vardef(ehdr);
1017 xelf_getehdr (elf, ehdr);
1018 if (ehdr != NULL)
1020 ebl_openbackend_machine (ehdr->e_machine);
    [all...]
  /bionic/linker/
linker.c 732 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)_hdr; local
752 phdr = (Elf32_Phdr *)(_hdr + ehdr->e_phoff);
756 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
872 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)header; local
873 Elf32_Phdr *phdr = (Elf32_Phdr *)((unsigned char *)header + ehdr->e_phoff);
890 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
    [all...]
  /external/wpa_supplicant/
eap_fast.c 1871 struct eap_tlv_hdr *ehdr; local
    [all...]
  /build/tools/apriori/
apriori.c 356 GElf_Ehdr *ehdr = gelf_getehdr(elf, &source->ehdr_mem); local
357 FAILIF_LIBELF(NULL == ehdr, gelf_getehdr);
358 memcpy(ehdr, oldehdr, sizeof(GElf_Ehdr));
359 FAILIF_LIBELF(!gelf_update_ehdr(elf, ehdr), gelf_update_ehdr);
367 source->phdr_info = (GElf_Phdr *)CALLOC(ehdr->e_phnum,
369 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt) {
389 elf_flagelf (elf, ELF_C_SET, (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 1178 const struct eap_hdr *ehdr = local
1182 elen = be_to_host16(ehdr->length);
    [all...]
  /external/qemu/
elf.h 799 /* Processor specific flags for the Ehdr e_flags field. */
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/grub/netboot/
tulip.c 412 unsigned char ehdr[ETH_HLEN]; /* buffer for ethernet header */
411 unsigned char ehdr[ETH_HLEN]; \/* buffer for ethernet header *\/ member in struct:tulip_private
    [all...]

Completed in 32 milliseconds

1 2 34