Searched refs:find_section (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | module.c | 32 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function 52 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 58 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 65 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() 72 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | intel_bios.c | 32 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() function 65 edp = find_section(bdb, BDB_EDP); in parse_edp() 209 = find_section(bdb, BDB_LVDS_OPTIONS); in parse_backlight_data() 218 bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_backlight_data() 243 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data() 253 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data() 292 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data() 296 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data() 322 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features() 345 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping() [all …]
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_bios.c | 40 find_section(const void *_bdb, int section_id) in find_section() function 186 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data() 218 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data() 222 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS); in parse_lfp_panel_data() 264 backlight_data = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_lfp_backlight() 312 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data() 319 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data() 356 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features() 381 general = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_general_definitions() 412 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping() [all …]
|
/linux-4.4.14/arch/arm/kernel/ |
D | vdso.c | 99 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() function 163 einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize); in patch_vdso() 164 einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL); in patch_vdso()
|