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

  /external/elfutils/libelf/
gelf_getehdr.c 28 GElf_Ehdr *
31 GElf_Ehdr *dest;
33 GElf_Ehdr *result = NULL;
elf-knowledge.h 39 ((GElf_Ehdr *) (ehdr))->e_shstrndx, \
gelf.h 50 typedef Elf64_Ehdr GElf_Ehdr;
148 extern GElf_Ehdr *gelf_getehdr (Elf *__elf, GElf_Ehdr *__dest);
151 extern int gelf_update_ehdr (Elf *__elf, GElf_Ehdr *__src);
gelf_update_ehdr.c 29 gelf_update_ehdr (Elf *elf, GElf_Ehdr *src)
elf_getdata.c 224 GElf_Ehdr ehdr_mem;
299 GElf_Ehdr ehdr_mem;
  /external/elfutils/libdw/
dwarf_begin_elf.c 51 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp)
130 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Dwarf_Cmd cmd)
142 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Dwarf_Cmd cmd,
184 GElf_Ehdr *ehdr;
185 GElf_Ehdr ehdr_mem;
  /external/elfutils/tests/
asm-tst1.c 25 static const GElf_Ehdr expected_ehdr =
62 GElf_Ehdr ehdr_mem;
63 GElf_Ehdr *ehdr;
132 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
asm-tst2.c 25 static const GElf_Ehdr expected_ehdr =
62 GElf_Ehdr ehdr_mem;
63 GElf_Ehdr *ehdr;
148 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
ecp.c 49 GElf_Ehdr ehdr_mem;
50 GElf_Ehdr *ehdr;
asm-tst9.c 33 static const GElf_Ehdr expected_ehdr =
82 GElf_Ehdr ehdr_mem;
83 GElf_Ehdr *ehdr;
182 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
scnnames.c 28 GElf_Ehdr ehdr;
sectiondump.c 76 GElf_Ehdr *ehdr;
77 GElf_Ehdr ehdr_mem;
showptable.c 28 GElf_Ehdr ehdr;
asm-tst3.c 54 GElf_Ehdr ehdr_mem;
55 GElf_Ehdr *ehdr;
saridx.c 190 GElf_Ehdr ehdr;
  /external/elfutils/libasm/
asm_begin.c 40 GElf_Ehdr *ehdr;
41 GElf_Ehdr ehdr_mem;
asm_end.c 60 GElf_Ehdr ehdr_mem;
61 GElf_Ehdr *ehdr;
  /external/elfutils/src/
readelf.c 158 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
159 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
160 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
161 static void print_scngrp (Ebl *ebl, GElf_Ehdr *ehdr);
162 static void print_dynamic (Ebl *ebl, GElf_Ehdr *ehdr);
163 static void print_relocs (Ebl *ebl, GElf_Ehdr *ehdr);
164 static void handle_relocs_rel (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn,
166 static void handle_relocs_rela (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn,
168 static void print_symtab (Ebl *ebl, GElf_Ehdr *ehdr, int type);
169 static void handle_symtab (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn
    [all...]
elflint.c 320 section_name (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
354 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
525 check_scn_group (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
579 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
943 is_rel_dyn (Ebl *ebl, GElf_Ehdr *ehdr, int idx, GElf_Shdr *shdr, bool rela)
996 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
    [all...]
nm.c 842 show_symbols_bsd (Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx,
905 show_symbols_posix (Elf *elf, GElf_Ehdr *ehdr, GElf_Word strndx,
957 show_symbols (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, Elf_Scn *xndxscn,
1217 GElf_Ehdr ehdr_mem;
1218 GElf_Ehdr *ehdr;
    [all...]
xelf.h 292 # define XElf_Ehdr GElf_Ehdr
305 # define XElf_Ehdr_vardef(name) GElf_Ehdr name##_mem; GElf_Ehdr *name
strip.c 372 GElf_Ehdr ehdr_mem;
373 GElf_Ehdr *ehdr;
396 GElf_Ehdr newehdr_mem;
397 GElf_Ehdr *newehdr;
398 GElf_Ehdr debugehdr_mem;
399 GElf_Ehdr *debugehdr;
    [all...]
size.c 623 GElf_Ehdr ehdr_mem;
624 GElf_Ehdr *ehdr;
  /external/elfutils/libebl/
eblopenbackend.c 289 GElf_Ehdr ehdr_mem;
290 GElf_Ehdr *ehdr;

Completed in 316 milliseconds