Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dmodule.c22 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-v6.1/drivers/gpu/drm/gma500/
Dintel_bios.c20 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() function
53 edp = find_section(bdb, BDB_EDP); in parse_edp()
197 = find_section(bdb, BDB_LVDS_OPTIONS); in parse_backlight_data()
206 bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_backlight_data()
231 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
241 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
280 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
284 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
310 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
333 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping()
[all …]
/Linux-v6.1/arch/arm/kernel/
Dvdso.c104 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-v6.1/drivers/gpu/drm/i915/display/
Dintel_bios.c145 find_section(struct drm_i915_private *i915, in find_section() function
205 ptrs = find_section(i915, BDB_LVDS_LFP_DATA_PTRS); in lfp_data_min_size()
634 lvds_options = find_section(i915, BDB_LVDS_OPTIONS); in vbt_get_panel_type()
674 ptrs = find_section(i915, BDB_LVDS_LFP_DATA_PTRS); in pnpid_get_panel_type()
678 data = find_section(i915, BDB_LVDS_LFP_DATA); in pnpid_get_panel_type()
793 lvds_options = find_section(i915, BDB_LVDS_OPTIONS); in parse_panel_options()
883 ptrs = find_section(i915, BDB_LVDS_LFP_DATA_PTRS); in parse_lfp_data()
887 data = find_section(i915, BDB_LVDS_LFP_DATA); in parse_lfp_data()
934 generic_dtd = find_section(i915, BDB_GENERIC_DTD); in parse_generic_dtd()
1013 backlight_data = find_section(i915, BDB_LVDS_BACKLIGHT); in parse_lfp_backlight()
[all …]
/Linux-v6.1/arch/arm64/include/asm/
Dmodule.h62 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/Linux-v6.1/arch/arm64/kernel/
Dmodule.c492 s = find_section(hdr, sechdrs, ".text.ftrace_trampoline"); in module_init_ftrace_plt()
513 s = find_section(hdr, sechdrs, ".altinstructions"); in module_finalize()
Dalternative.c211 alt = find_section(hdr, shdr, ".altinstructions"); in apply_alternatives_vdso()
/Linux-v6.1/arch/riscv/kernel/
Dmodule.c432 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
453 s = find_section(hdr, sechdrs, ".alternative"); in module_finalize()
/Linux-v6.1/tools/perf/util/
Dconfig.c594 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()