Symbol: find_section
arch/arm/kernel/vdso.c
153
einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize);
arch/arm/kernel/vdso.c
154
einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL);
arch/arm64/kernel/alternative.c
215
alt = find_section(hdr, shdr, ".altinstructions");
arch/arm64/kernel/module.c
460
s = find_section(hdr, sechdrs, ".text.ftrace_trampoline");
arch/arm64/kernel/module.c
470
s = find_section(hdr, sechdrs, ".init.text.ftrace_trampoline");
arch/arm64/kernel/module.c
491
s = find_section(hdr, sechdrs, ".altinstructions");
arch/arm64/kernel/module.c
501
s = find_section(hdr, sechdrs, ".init.eh_frame");
arch/powerpc/kernel/module.c
44
sect = find_section(hdr, sechdrs, "__ftr_fixup");
arch/powerpc/kernel/module.c
50
sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup");
arch/powerpc/kernel/module.c
57
sect = find_section(hdr, sechdrs, "__fw_ftr_fixup");
arch/powerpc/kernel/module.c
65
sect = find_section(hdr, sechdrs, ".opd");
arch/powerpc/kernel/module.c
73
sect = find_section(hdr, sechdrs, "__spec_barrier_fixup");
arch/powerpc/kernel/module.c
80
sect = find_section(hdr, sechdrs, "__lwsync_fixup");
arch/riscv/kernel/alternative.c
186
alt = find_section(hdr, shdr, ".alternative");
arch/riscv/kernel/module.c
901
s = find_section(hdr, sechdrs, ".alternative");
arch/s390/kernel/vdso.c
151
alt = find_section(hdr, shdr, ".altinstructions");
drivers/gpu/drm/gma500/intel_bios.c
198
= find_section(bdb, BDB_LVDS_OPTIONS);
drivers/gpu/drm/gma500/intel_bios.c
207
bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT);
drivers/gpu/drm/gma500/intel_bios.c
232
lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
drivers/gpu/drm/gma500/intel_bios.c
242
lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA);
drivers/gpu/drm/gma500/intel_bios.c
280
sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
drivers/gpu/drm/gma500/intel_bios.c
284
dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS);
drivers/gpu/drm/gma500/intel_bios.c
310
general = find_section(bdb, BDB_GENERAL_FEATURES);
drivers/gpu/drm/gma500/intel_bios.c
333
p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
drivers/gpu/drm/gma500/intel_bios.c
420
driver = find_section(bdb, BDB_DRIVER_FEATURES);
drivers/gpu/drm/gma500/intel_bios.c
446
p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
drivers/gpu/drm/gma500/intel_bios.c
54
edp = find_section(bdb, BDB_EDP);
tools/perf/util/config.c
727
section = find_section(sections, section_name);