HomeSort by relevance Sort by last modified time
    Searched defs:ehdr (Results 51 - 62 of 62) sorted by null

1 23

  /external/valgrind/main/VEX/unused/
linker.c 330 Elf_Ehdr* ehdr = (Elf_Ehdr*)ehdrC; local
331 Elf_Shdr* shdr = (Elf_Shdr*)(ehdrC + ehdr->e_shoff);
332 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
336 for (i = 0; i < ehdr->e_shnum; i++) {
339 && i != ehdr->e_shstrndx
714 Elf_Ehdr* ehdr = (Elf_Ehdr*) ehdrC; local
715 Elf_Shdr* shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff);
716 char* sh_strtab = ehdrC + shdr[ehdr->e_shstrndx].sh_offset;
730 for (shnum = 0; shnum < ehdr->e_shnum; shnum++) {
776 Elf_Ehdr* ehdr = (Elf_Ehdr*)ehdrC local
957 Elf_Ehdr* ehdr = (Elf_Ehdr*)ehdrC; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 1384 struct eap_tlv_hdr *ehdr; local
    [all...]
  /external/elfutils/src/
unstrip.c 258 GElf_Ehdr *ehdr = gelf_getehdr (inelf, &ehdr_mem);
259 ELF_CHECK (gelf_update_ehdr (outelf, ehdr),
262 if (ehdr->e_phnum > 0)
264 ELF_CHECK (gelf_newphdr (outelf, ehdr->e_phnum),
268 for (uint_fast16_t i = 0; i < ehdr->e_phnum; ++i)
960 } ehdr;
963 .d_buf = &ehdr,
964 .d_size = sizeof ehdr,
977 if (ehdr.e32.e_ident[EI_CLASS] == ELFCLASS32)
979 phnum = ehdr.e32.e_phnum
257 GElf_Ehdr *ehdr = gelf_getehdr (inelf, &ehdr_mem); local
958 } ehdr; local
1799 GElf_Ehdr *ehdr = gelf_getehdr (unstripped, &ehdr_mem); local
    [all...]
elflint.c 104 static void check_note_section (Ebl *ebl, GElf_Ehdr *ehdr,
353 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
359 if (ehdr->e_ident[EI_MAG0] != ELFMAG0)
361 if (ehdr->e_ident[EI_MAG1] != ELFMAG1)
363 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
365 if (ehdr->e_ident[EI_MAG3] != ELFMAG3)
368 if (ehdr->e_ident[EI_CLASS] != ELFCLASS32
369 && ehdr->e_ident[EI_CLASS] != ELFCLASS64)
371 EI_CLASS, ehdr->e_ident[EI_CLASS]);
373 if (ehdr->e_ident[EI_DATA] != ELFDATA2LS
4211 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); local
    [all...]
ld.h 138 XElf_Ehdr *ehdr; member in struct:usedfiles
141 XElf_Ehdr ehdr; member in struct:usedfiles
260 && FILEINFO_EHDR (file->ehdr).e_type == ET_REL);
267 && FILEINFO_EHDR (file->ehdr).e_type == ET_DYN);
    [all...]
ldgeneric.c 598 bool old_in_dso = FILEINFO_EHDR (oldp->file->ehdr).e_type == ET_DYN;
599 bool new_in_dso = FILEINFO_EHDR (fileinfo->ehdr).e_type == ET_DYN;
1997 XElf_Ehdr *ehdr; local
    [all...]
readelf.c 206 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
207 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
208 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
210 static void print_dynamic (Ebl *ebl, GElf_Ehdr *ehdr);
221 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
223 static void handle_notes (Ebl *ebl, GElf_Ehdr *ehdr);
225 static void print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr);
575 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); local
577 if (ehdr == NULL)
608 if (ehdr->e_type == ET_REL && print_unrelocated
5585 GElf_Ehdr *ehdr = gelf_getehdr (core, &ehdr_mem); local
    [all...]
  /external/linux-tools-perf/util/
symbol.c 897 GElf_Ehdr ehdr; local
913 if (gelf_getehdr(elf, &ehdr) == NULL)
916 scn_dynsym = elf_section_by_name(elf, &ehdr, &shdr_dynsym,
921 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
924 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
935 if (elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL) == NULL)
1077 GElf_Ehdr ehdr; local
1092 if (gelf_getehdr(elf, &ehdr) == NULL) {
1109 sec = elf_section_by_name(elf, &ehdr, &shdr, ".symtab", NULL);
1114 sec = elf_section_by_name(elf, &ehdr, &shdr, ".dynsym", NULL)
1338 GElf_Ehdr ehdr; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 116 ElfXX_Ehdr* ehdr = (ElfXX_Ehdr*)image; local
122 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F
123 && ehdr->e_ident[EI_MAG1] == 'E'
124 && ehdr->e_ident[EI_MAG2] == 'L'
125 && ehdr->e_ident[EI_MAG3] == 'F');
126 ok &= (ehdr->e_ident[EI_CLASS] == VG_ELF_CLASS
127 && ehdr->e_ident[EI_DATA] == VG_ELF_DATA2XXX
128 && ehdr->e_ident[EI_VERSION] == EV_CURRENT);
129 ok &= (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DY
909 ElfXX_Ehdr* ehdr = (ElfXX_Ehdr*)image; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 1236 const struct eap_hdr *ehdr = local
    [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...]
  /external/valgrind/main/perf/
tinycc.c 19213 Elf32_Ehdr ehdr; local
19864 Elf32_Ehdr ehdr; local
20213 Elf32_Ehdr ehdr; local
20940 Elf32_Ehdr ehdr; local
    [all...]

Completed in 329 milliseconds

1 23