Lines Matching refs:sect
49 const Elf_Shdr *sect; in module_finalize() local
57 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize()
58 if (sect != NULL) in module_finalize()
60 (void *)sect->sh_addr, in module_finalize()
61 (void *)sect->sh_addr + sect->sh_size); in module_finalize()
63 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize()
64 if (sect != NULL) in module_finalize()
66 (void *)sect->sh_addr, in module_finalize()
67 (void *)sect->sh_addr + sect->sh_size); in module_finalize()
70 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize()
71 if (sect != NULL) in module_finalize()
73 (void *)sect->sh_addr, in module_finalize()
74 (void *)sect->sh_addr + sect->sh_size); in module_finalize()
78 sect = find_section(hdr, sechdrs, "__spec_barrier_fixup"); in module_finalize()
79 if (sect != NULL) in module_finalize()
81 (void *)sect->sh_addr, in module_finalize()
82 (void *)sect->sh_addr + sect->sh_size); in module_finalize()
85 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
86 if (sect != NULL) in module_finalize()
88 (void *)sect->sh_addr, in module_finalize()
89 (void *)sect->sh_addr + sect->sh_size); in module_finalize()