HomeSort by relevance Sort by last modified time
    Searched full:elf_section_by_name (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 138 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, function
212 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
215 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
226 if (elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL) == NULL)
345 sec = elf_section_by_name(elf, &ehdr, &shdr,
350 sec = elf_section_by_name(elf, &ehdr, &shdr,
355 sec = elf_section_by_name(elf, &ehdr, &shdr,
497 sec = elf_section_by_name(elf, &ehdr, &shdr,
598 ss->symtab = elf_section_by_name(elf, &ehdr, &ss->symshdr, ".symtab",
604 ss->dynsym = elf_section_by_name(elf, &ehdr, &ss->dynshdr, ".dynsym"
    [all...]
unwind.c 152 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, function
184 if (!elf_section_by_name(elf, &ehdr, &shdr, name))
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 581 milliseconds