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

1 2

  /external/elfutils/libelf/
gelf_getehdr.c 63 GElf_Ehdr *
66 GElf_Ehdr *dest;
68 GElf_Ehdr *result = NULL;
118 GElf_Ehdr *
121 GElf_Ehdr *dest;
123 GElf_Ehdr *result;
gelf.h 83 typedef Elf64_Ehdr GElf_Ehdr;
181 extern GElf_Ehdr *gelf_getehdr (Elf *__elf, GElf_Ehdr *__dest);
184 extern int gelf_update_ehdr (Elf *__elf, GElf_Ehdr *__src);
gelf_update_ehdr.c 62 gelf_update_ehdr (Elf *elf, GElf_Ehdr *src)
elf_getdata.c 238 GElf_Ehdr ehdr_mem;
239 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem);
315 GElf_Ehdr ehdr_mem;
316 GElf_Ehdr *ehdr = __gelf_getehdr_rdlock (elf, &ehdr_mem);
  /external/elfutils/libebl/
ebl_check_special_symbol.c 61 GElf_Ehdr *ehdr;
eblbsspltp.c 61 GElf_Ehdr *ehdr;
ebl-hooks.h 144 bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *,
148 bool EBLHOOK(bss_plt_p) (Elf *, GElf_Ehdr *);
eblsectionstripp.c 59 ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr,
libebl.h 167 extern bool ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr,
213 extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
218 extern bool ebl_bss_plt_p (Ebl *ebl, GElf_Ehdr *ehdr);
eblopenbackend.c 208 static bool default_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr,
214 static bool default_bss_plt_p (Elf *elf, GElf_Ehdr *ehdr);
417 GElf_Ehdr ehdr_mem;
418 GElf_Ehdr *ehdr;
696 GElf_Ehdr *ehdr __attribute__ ((unused)),
706 GElf_Ehdr *ehdr __attribute__ ((unused)))
  /external/elfutils/backends/
ppc64_symbol.c 91 ppc64_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr,
106 GElf_Ehdr *ehdr __attribute__ ((unused)))
ppc_symbol.c 81 find_dyn_got (Elf *elf, GElf_Ehdr *ehdr, GElf_Addr *addr)
117 ppc_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym,
154 ppc_bss_plt_p (Elf *elf, GElf_Ehdr *ehdr)
common-reloc.c 103 GElf_Ehdr ehdr_mem;
104 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
  /external/elfutils/libdw/
dwarf_begin_elf.c 88 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp)
176 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr)
188 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp)
231 GElf_Ehdr *ehdr;
232 GElf_Ehdr ehdr_mem;
  /external/elfutils/tests/
asm-tst1.c 41 static const GElf_Ehdr expected_ehdr =
78 GElf_Ehdr ehdr_mem;
79 GElf_Ehdr *ehdr;
155 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
asm-tst2.c 41 static const GElf_Ehdr expected_ehdr =
78 GElf_Ehdr ehdr_mem;
79 GElf_Ehdr *ehdr;
171 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
ecp.c 61 GElf_Ehdr ehdr_mem;
62 GElf_Ehdr *ehdr;
asm-tst9.c 49 static const GElf_Ehdr expected_ehdr =
98 GElf_Ehdr ehdr_mem;
99 GElf_Ehdr *ehdr;
205 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
scnnames.c 40 GElf_Ehdr ehdr;
sectiondump.c 88 GElf_Ehdr *ehdr;
89 GElf_Ehdr ehdr_mem;
showptable.c 40 GElf_Ehdr ehdr;
  /external/elfutils/libasm/
disasm_cb.c 117 GElf_Ehdr ehdr_mem;
118 GElf_Ehdr *ehdr = gelf_getehdr (ctx->elf, &ehdr_mem);
asm_begin.c 69 GElf_Ehdr *ehdr;
70 GElf_Ehdr ehdr_mem;
  /external/elfutils/libdwfl/
dwfl_module_build_id.c 107 GElf_Ehdr ehdr_mem;
108 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
dwfl_module_getdwarf.c 81 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (file->elf, &ehdr_mem);
190 GElf_Ehdr ehdr_mem;
191 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
285 find_offsets (Elf *elf, const GElf_Ehdr *ehdr, size_t n,
310 GElf_Ehdr ehdr_mem;
311 GElf_Ehdr *ehdr = gelf_getehdr (mod->main.elf, &ehdr_mem);

Completed in 237 milliseconds

1 2