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

  /external/linux-tools-perf/util/
symbol.c 845 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, function
916 scn_dynsym = elf_section_by_name(elf, &ehdr, &shdr_dynsym,
921 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
924 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
935 if (elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL) == NULL)
1109 sec = elf_section_by_name(elf, &ehdr, &shdr, ".symtab", NULL);
1114 sec = elf_section_by_name(elf, &ehdr, &shdr, ".dynsym", NULL);
1119 opdsec = elf_section_by_name(elf, &ehdr, &opdshdr, ".opd", &opdidx);
1150 elf_section_by_name(elf, &ehdr, &shdr,
1357 sec = elf_section_by_name(elf, &ehdr, &shdr
    [all...]

Completed in 69 milliseconds