Home
last modified time | relevance | path

Searched refs:find_section (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/powerpc/kernel/
Dmodule.c20 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
45 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize()
51 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize()
58 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize()
66 sect = find_section(hdr, sechdrs, ".opd"); in module_finalize()
74 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize()
81 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
/Linux-v5.4/drivers/gpu/drm/gma500/
Dintel_bios.c19 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() function
52 edp = find_section(bdb, BDB_EDP); in parse_edp()
196 = find_section(bdb, BDB_LVDS_OPTIONS); in parse_backlight_data()
205 bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_backlight_data()
230 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
240 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
279 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
283 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
309 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
332 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping()
[all …]
/Linux-v5.4/arch/arm/kernel/
Dvdso.c109 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() function
173 einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize); in patch_vdso()
174 einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL); in patch_vdso()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_bios.c81 find_section(const void *_bdb, enum bdb_block_id section_id) in find_section() function
220 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
265 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
269 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS); in parse_lfp_panel_data()
310 backlight_data = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_lfp_backlight()
369 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
376 dtds = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
412 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
525 driver = find_section(bdb, BDB_DRIVER_FEATURES); in parse_driver_features()
575 edp = find_section(bdb, BDB_EDP); in parse_edp()
[all …]
/Linux-v5.4/tools/perf/util/
Dconfig.c510 static struct perf_config_section *find_section(struct list_head *sections, in find_section() function
611 section = find_section(sections, section_name); in collect_config()