find_section      175 arch/arm/kernel/vdso.c 	einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize);
find_section      176 arch/arm/kernel/vdso.c 	einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL);
find_section       45 arch/powerpc/kernel/module.c 	sect = find_section(hdr, sechdrs, "__ftr_fixup");
find_section       51 arch/powerpc/kernel/module.c 	sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup");
find_section       58 arch/powerpc/kernel/module.c 	sect = find_section(hdr, sechdrs, "__fw_ftr_fixup");
find_section       66 arch/powerpc/kernel/module.c 	sect = find_section(hdr, sechdrs, ".opd");
find_section       74 arch/powerpc/kernel/module.c 	sect = find_section(hdr, sechdrs, "__spec_barrier_fixup");
find_section       81 arch/powerpc/kernel/module.c 	sect = find_section(hdr, sechdrs, "__lwsync_fixup");
find_section       52 drivers/gpu/drm/gma500/intel_bios.c 	edp = find_section(bdb, BDB_EDP);
find_section      196 drivers/gpu/drm/gma500/intel_bios.c 				= find_section(bdb, BDB_LVDS_OPTIONS);
find_section      205 drivers/gpu/drm/gma500/intel_bios.c 	bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT);
find_section      230 drivers/gpu/drm/gma500/intel_bios.c 	lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
find_section      240 drivers/gpu/drm/gma500/intel_bios.c 	lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA);
find_section      279 drivers/gpu/drm/gma500/intel_bios.c 	sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
find_section      283 drivers/gpu/drm/gma500/intel_bios.c 	dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS);
find_section      309 drivers/gpu/drm/gma500/intel_bios.c 	general = find_section(bdb, BDB_GENERAL_FEATURES);
find_section      332 drivers/gpu/drm/gma500/intel_bios.c 	p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
find_section      419 drivers/gpu/drm/gma500/intel_bios.c 	driver = find_section(bdb, BDB_DRIVER_FEATURES);
find_section      445 drivers/gpu/drm/gma500/intel_bios.c 	p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
find_section      220 drivers/gpu/drm/i915/display/intel_bios.c 	lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
find_section      265 drivers/gpu/drm/i915/display/intel_bios.c 	lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA);
find_section      269 drivers/gpu/drm/i915/display/intel_bios.c 	lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS);
find_section      310 drivers/gpu/drm/i915/display/intel_bios.c 	backlight_data = find_section(bdb, BDB_LVDS_BACKLIGHT);
find_section      369 drivers/gpu/drm/i915/display/intel_bios.c 		sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
find_section      376 drivers/gpu/drm/i915/display/intel_bios.c 	dtds = find_section(bdb, BDB_SDVO_PANEL_DTDS);
find_section      412 drivers/gpu/drm/i915/display/intel_bios.c 	general = find_section(bdb, BDB_GENERAL_FEATURES);
find_section      525 drivers/gpu/drm/i915/display/intel_bios.c 	driver = find_section(bdb, BDB_DRIVER_FEATURES);
find_section      575 drivers/gpu/drm/i915/display/intel_bios.c 	edp = find_section(bdb, BDB_EDP);
find_section      685 drivers/gpu/drm/i915/display/intel_bios.c 	psr = find_section(bdb, BDB_PSR);
find_section      861 drivers/gpu/drm/i915/display/intel_bios.c 	start = find_section(bdb, BDB_MIPI_CONFIG);
find_section     1169 drivers/gpu/drm/i915/display/intel_bios.c 	sequence = find_section(bdb, BDB_MIPI_SEQUENCE);
find_section     1600 drivers/gpu/drm/i915/display/intel_bios.c 	defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
find_section      611 tools/perf/util/config.c 	section = find_section(sections, section_name);