Searched refs:elf_section_by_name (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol-elf.c | 210 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() function 255 found = !!elf_section_by_name(elf, &ehdr, &shdr, sec, NULL); in filename__has_section() 625 scn = elf_section_by_name(elf, ehdr, &shdr, ".plt.got", NULL); in dso__synthesize_plt_got_symbols() 673 if (!elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL)) in dso__synthesize_plt_symbols() 714 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 717 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 867 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 872 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 877 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 1131 sec = elf_section_by_name(elf, &ehdr, &shdr, in filename__read_debuglink() [all …]
|
A D | symbol.h | 39 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
|
A D | unwind-libunwind-local.c | 186 if (!elf_section_by_name(elf, &ehdr, &shdr, name, NULL)) in elf_section_address_and_offset()
|
A D | probe-event.c | 293 sec = elf_section_by_name(elf, &ehdr, &shdr, in find_module_name() 618 if (!elf_section_by_name(elf, &ehdr, &shdr, ".text", NULL)) in get_text_start_address()
|
A D | probe-finder.c | 1265 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) && in debuginfo__find_probes()
|
Completed in 20 milliseconds