Searched refs:elf_section_by_name (Results 1 – 5 of 5) sorted by relevance
/linux/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 317 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 320 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 331 if (elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL) == NULL) in dso__synthesize_plt_symbols() 490 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 495 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 500 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 754 sec = elf_section_by_name(elf, &ehdr, &shdr, in filename__read_debuglink() 906 ss->opdsec = elf_section_by_name(elf, &ehdr, &ss->opdshdr, ".opd", in symsrc__init() 2321 if (elf_section_by_name(*elf, &ehdr, &shdr, SDT_BASE_SCN, NULL)) in populate_sdt_note() [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_offset()
|
A D | probe-event.c | 290 sec = elf_section_by_name(elf, &ehdr, &shdr, in find_module_name() 615 if (!elf_section_by_name(elf, &ehdr, &shdr, ".text", NULL)) in get_text_start_address()
|
A D | probe-finder.c | 1256 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) && in debuginfo__find_probes()
|
Completed in 686 milliseconds