Searched refs:find_section (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | module.c | 22 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function 47 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 53 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 60 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() 68 sect = find_section(hdr, sechdrs, ".opd"); in module_finalize() 76 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize() 83 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
|
/linux/drivers/gpu/drm/gma500/ |
A D | intel_bios.c | 19 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() 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() 419 driver = find_section(bdb, BDB_DRIVER_FEATURES); in parse_driver_features() [all …]
|
/linux/arch/arm/kernel/ |
A D | vdso.c | 104 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section() function 168 einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize); in patch_vdso() 169 einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL); in patch_vdso()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_bios.c | 224 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_panel_options() 335 generic_dtd = find_section(bdb, BDB_GENERIC_DTD); in parse_generic_dtd() 540 dtds = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data() 577 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features() 696 driver = find_section(bdb, BDB_DRIVER_FEATURES); in parse_driver_features() 752 power = find_section(bdb, BDB_LFP_POWER); in parse_power_conservation_features() 779 edp = find_section(bdb, BDB_EDP); in parse_edp() 893 psr = find_section(bdb, BDB_PSR); in parse_psr() 1071 start = find_section(bdb, BDB_MIPI_CONFIG); in parse_mipi_config() 1381 sequence = find_section(bdb, BDB_MIPI_SEQUENCE); in parse_mipi_sequence() [all …]
|
/linux/arch/arm64/kernel/ |
A D | module.c | 478 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function 506 s = find_section(hdr, sechdrs, ".text.ftrace_trampoline"); in module_init_ftrace_plt() 527 s = find_section(hdr, sechdrs, ".altinstructions"); in module_finalize()
|
/linux/tools/perf/util/ |
A D | config.c | 594 static struct perf_config_section *find_section(struct list_head *sections, in find_section() function 695 section = find_section(sections, section_name); in collect_config()
|
Completed in 19 milliseconds