Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dmodule.c19 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
44 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize()
50 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize()
57 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize()
65 sect = find_section(hdr, sechdrs, ".opd"); in module_finalize()
73 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize()
80 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
/linux/drivers/gpu/drm/gma500/
H A 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/arch/s390/include/asm/
H A Dmodule.h41 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/linux/arch/arm64/include/asm/
H A Dmodule.h53 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/linux/arch/riscv/include/asm/
H A Dmodule.h115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
/linux/arch/arm64/kernel/
H A Dalternative.c210 alt = find_section(hdr, shdr, ".altinstructions"); in apply_alternatives_vdso()
/linux/arch/s390/kernel/
H A Dvdso.c258 alt = find_section(hdr, shdr, ".altinstructions"); in vdso_apply_alternatives()
/linux/arch/riscv/kernel/
H A Dmodule.c901 s = find_section(hdr, sechdrs, ".alternative"); in module_finalize()