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

1 2 3

  /external/elfutils/libelf/
gelf_getehdr.c 42 GElf_Ehdr *
44 __gelf_getehdr_rdlock (Elf *elf, GElf_Ehdr *dest)
46 GElf_Ehdr *result = NULL;
96 GElf_Ehdr *
97 gelf_getehdr (Elf *elf, GElf_Ehdr *dest)
99 GElf_Ehdr *result;
gelf.h 62 typedef Elf64_Ehdr GElf_Ehdr;
163 extern GElf_Ehdr *gelf_getehdr (Elf *__elf, GElf_Ehdr *__dest);
166 extern int gelf_update_ehdr (Elf *__elf, GElf_Ehdr *__src);
gelf_update_ehdr.c 41 gelf_update_ehdr (Elf *elf, GElf_Ehdr *src)
  /external/elfutils/libebl/
ebl_check_special_symbol.c 38 ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr, const GElf_Sym *sym,
eblsectionstripp.c 38 ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr,
  /external/elfutils/libdwelf/
dwelf_elf_gnu_debuglink.c 87 GElf_Ehdr ehdr_mem;
88 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
dwelf_elf_gnu_build_id.c 131 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem);
  /external/elfutils/backends/
ppc64_resolve_sym.c 49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem);
aarch64_symbol.c 65 aarch64_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym,
ppc64_symbol.c 97 ppc64_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr,
common-reloc.c 114 GElf_Ehdr ehdr_mem;
115 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
alpha_symbol.c 133 GElf_Ehdr *ehdr __attribute__ ((unused)),
ppc64_init.c 80 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem);
ppc_symbol.c 125 ppc_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym,
  /external/elfutils/tests/
asm-tst1.c 33 static const GElf_Ehdr expected_ehdr =
70 GElf_Ehdr ehdr_mem;
71 GElf_Ehdr *ehdr;
147 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
asm-tst2.c 33 static const GElf_Ehdr expected_ehdr =
70 GElf_Ehdr ehdr_mem;
71 GElf_Ehdr *ehdr;
163 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
ecp.c 57 GElf_Ehdr ehdr_mem;
58 GElf_Ehdr *ehdr;
asm-tst9.c 41 static const GElf_Ehdr expected_ehdr =
90 GElf_Ehdr ehdr_mem;
91 GElf_Ehdr *ehdr;
197 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
scnnames.c 32 GElf_Ehdr ehdr;
sectiondump.c 80 GElf_Ehdr *ehdr;
81 GElf_Ehdr ehdr_mem;
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 74 const GElf_Ehdr *ehdr, GElf_Addr *eh_frame_vaddr,
126 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr)
194 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr)
215 getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr,
271 getcfi_shdr (Elf *elf, const GElf_Ehdr *ehdr)
322 GElf_Ehdr ehdr_mem;
323 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
dwarf_begin_elf.c 68 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp)
217 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr)
229 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp)
290 GElf_Ehdr *ehdr;
291 GElf_Ehdr ehdr_mem;
  /external/elfutils/libasm/
disasm_cb.c 120 GElf_Ehdr ehdr_mem;
121 GElf_Ehdr *ehdr = gelf_getehdr (ctx->elf, &ehdr_mem);
asm_begin.c 72 GElf_Ehdr *ehdr;
73 GElf_Ehdr ehdr_mem;
  /external/google-breakpad/src/common/solaris/
file_id.cc 79 GElf_Ehdr elf_header;
84 if (gelf_getehdr(elf, &elf_header) == (GElf_Ehdr *)NULL) {

Completed in 2362 milliseconds

1 2 3