Home
last modified time | relevance | path

Searched refs:elf_section_by_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c199 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() function
244 found = !!elf_section_by_name(elf, &ehdr, &shdr, sec, NULL); in filename__has_section()
643 scn = elf_section_by_name(elf, ehdr, &shdr, ".plt.got", NULL); in dso__synthesize_plt_got_symbols()
691 if (!elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL)) in dso__synthesize_plt_symbols()
732 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
735 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
885 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id()
890 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id()
895 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id()
1149 sec = elf_section_by_name(elf, &ehdr, &shdr, in filename__read_debuglink()
[all …]
H A Dsymbol.h40 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
H A Dunwind-libunwind-local.c186 if (!elf_section_by_name(elf, &ehdr, &shdr, name, NULL)) in elf_section_address_and_offset()
H A Dprobe-event.c302 sec = elf_section_by_name(elf, &ehdr, &shdr, in find_module_name()
628 if (!elf_section_by_name(elf, &ehdr, &shdr, ".text", NULL)) in get_text_start_address()
H A Dprobe-finder.c1265 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) && in debuginfo__find_probes()