find_section
einfo.dynsym = find_section(einfo.hdr, ".dynsym", &einfo.dynsymsize);
einfo.dynstr = find_section(einfo.hdr, ".dynstr", NULL);
alt = find_section(hdr, shdr, ".altinstructions");
s = find_section(hdr, sechdrs, ".text.ftrace_trampoline");
s = find_section(hdr, sechdrs, ".init.text.ftrace_trampoline");
s = find_section(hdr, sechdrs, ".altinstructions");
s = find_section(hdr, sechdrs, ".init.eh_frame");
sect = find_section(hdr, sechdrs, "__ftr_fixup");
sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup");
sect = find_section(hdr, sechdrs, "__fw_ftr_fixup");
sect = find_section(hdr, sechdrs, ".opd");
sect = find_section(hdr, sechdrs, "__spec_barrier_fixup");
sect = find_section(hdr, sechdrs, "__lwsync_fixup");
alt = find_section(hdr, shdr, ".alternative");
s = find_section(hdr, sechdrs, ".alternative");
alt = find_section(hdr, shdr, ".altinstructions");
= find_section(bdb, BDB_LVDS_OPTIONS);
bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT);
lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA);
sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS);
general = find_section(bdb, BDB_GENERAL_FEATURES);
p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
driver = find_section(bdb, BDB_DRIVER_FEATURES);
p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
edp = find_section(bdb, BDB_EDP);
section = find_section(sections, section_name);