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

12

  /external/elfutils/0.153/libdwfl/
dwfl_module_getdwarf.c 89 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (file->elf, &ehdr_mem);
276 GElf_Ehdr ehdr_mem;
277 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
652 GElf_Ehdr ehdr_mem;
653 GElf_Ehdr *ehdr = gelf_getehdr (mod->main.elf, &ehdr_mem);
dwfl_report_elf.c 67 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (elf, &ehdr_mem);
link_map.c 451 GElf_Ehdr ehdr;
  /external/elfutils/0.153/src/
xelf.h 304 # define XElf_Ehdr GElf_Ehdr
317 # define XElf_Ehdr_vardef(name) GElf_Ehdr name##_mem; GElf_Ehdr *name
nm.c 889 class_type_char (Elf *elf, const GElf_Ehdr *ehdr, GElf_Sym *sym)
929 show_symbols_bsd (Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx,
1049 show_symbols_posix (Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx,
1156 show_symbols (Ebl *ebl, GElf_Ehdr *ehdr, Elf_Scn *scn, Elf_Scn *xndxscn,
    [all...]
findtextrel.c 242 GElf_Ehdr ehdr_mem;
243 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
elfcmp.c 179 GElf_Ehdr ehdr1_mem;
180 GElf_Ehdr *ehdr1 = gelf_getehdr (elf1, &ehdr1_mem);
184 GElf_Ehdr ehdr2_mem;
185 GElf_Ehdr *ehdr2 = gelf_getehdr (elf2, &ehdr2_mem);
unstrip.c 257 GElf_Ehdr ehdr_mem;
258 GElf_Ehdr *ehdr = gelf_getehdr (inelf, &ehdr_mem);
928 Elf *main, const GElf_Ehdr *main_ehdr,
    [all...]
strip.c 435 GElf_Ehdr newehdr_mem;
436 GElf_Ehdr *newehdr;
437 GElf_Ehdr debugehdr_mem;
438 GElf_Ehdr *debugehdr;
502 GElf_Ehdr ehdr_mem;
503 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
    [all...]
size.c 622 GElf_Ehdr ehdr_mem;
623 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem);
  /external/elfutils/0.153/libelf/
libelfP.h 580 extern GElf_Ehdr *__gelf_getehdr_rdlock (Elf *__elf, GElf_Ehdr *__dest)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.c 152 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
172 GElf_Ehdr ehdr;
symbol.h 193 GElf_Ehdr ehdr;
  /external/elfutils/0.153/libasm/
asm_end.c 77 GElf_Ehdr ehdr_mem;
78 GElf_Ehdr *ehdr;

Completed in 371 milliseconds

12