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

1 2

  /external/elfutils/0.153/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/0.153/libebl/
ebl_check_special_symbol.c 61 GElf_Ehdr *ehdr;
eblbsspltp.c 61 GElf_Ehdr *ehdr;
ebl-hooks.h 145 bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *,
153 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,
217 extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
222 extern bool ebl_bss_plt_p (Ebl *ebl, GElf_Ehdr *ehdr);
eblopenbackend.c 206 static bool default_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr,
213 static bool default_bss_plt_p (Elf *elf, GElf_Ehdr *ehdr);
419 GElf_Ehdr ehdr_mem;
420 GElf_Ehdr *ehdr;
702 GElf_Ehdr *ehdr __attribute__ ((unused)),
719 GElf_Ehdr *ehdr __attribute__ ((unused)))
  /external/elfutils/0.153/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);
alpha_symbol.c 130 GElf_Ehdr *ehdr __attribute__ ((unused)),
  /external/elfutils/0.153/libdw/
dwarf_getcfi_elf.c 95 const GElf_Ehdr *ehdr, GElf_Addr *eh_frame_vaddr,
147 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr)
209 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr)
230 getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr,
275 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 91 check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn *scn, bool inscngrp)
251 global_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr)
263 scngrp_read (Dwarf *result, Elf *elf, GElf_Ehdr *ehdr, Elf_Scn *scngrp)
308 GElf_Ehdr *ehdr;
309 GElf_Ehdr ehdr_mem;
  /external/elfutils/0.153/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/0.153/libdwfl/
dwfl_module_build_id.c 108 GElf_Ehdr ehdr_mem;
109 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
relocate.c 296 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr,
596 GElf_Ehdr ehdr_mem;
597 const GElf_Ehdr *ehdr = gelf_getehdr (debugfile, &ehdr_mem);
640 GElf_Ehdr ehdr_mem;
  /external/elfutils/0.153/src/
arlib.c 226 GElf_Ehdr ehdr_mem;
227 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
readelf.c 223 static void print_ehdr (Ebl *ebl, GElf_Ehdr *ehdr);
224 static void print_shdr (Ebl *ebl, GElf_Ehdr *ehdr);
225 static void print_phdr (Ebl *ebl, GElf_Ehdr *ehdr);
228 static void print_relocs (Ebl *ebl, GElf_Ehdr *ehdr);
229 static void handle_relocs_rel (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn,
231 static void handle_relocs_rela (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn,
240 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
242 static void handle_notes (Ebl *ebl, GElf_Ehdr *ehdr);
244 static void print_attributes (Ebl *ebl, const GElf_Ehdr *ehdr);
621 GElf_Ehdr ehdr_mem
    [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)
582 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 14 GElf_Ehdr gehdr;
15 GElf_Ehdr *ehdr;
138 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
194 GElf_Ehdr ehdr;
319 GElf_Ehdr ehdr;
472 GElf_Ehdr ehdr;
565 GElf_Ehdr ehdr;
687 GElf_Ehdr ehdr;
  /external/ltrace/
ltrace-elf.h 44 GElf_Ehdr ehdr;

Completed in 923 milliseconds

1 2