Searched refs:elf_section_by_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | symbol-elf.c | 199 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() 545 scn = elf_section_by_name(elf, ehdr, &rela_dyn_shdr, ".rela.dyn", NULL); in get_rela_dyn_info() 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() 719 elf_section_by_name(elf, &ehdr, &plt_sec_shdr, ".plt.sec", 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() [all …]
|
H A D | symbol.h | 40 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
|
H A D | unwind-libunwind-local.c | 186 if (!elf_section_by_name(elf, &ehdr, &shdr, name, NULL)) in elf_section_address_and_offset()
|
H A D | probe-event.c | 302 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 D | probe-finder.c | 1265 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) && in debuginfo__find_probes()
|