Searched refs:sect (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/kernel/ |
D | module.c | 50 const Elf_Shdr *sect; in module_finalize() local 53 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize() 54 if (sect != NULL) in module_finalize() 56 (void *)sect->sh_addr, in module_finalize() 57 (void *)sect->sh_addr + sect->sh_size); in module_finalize() 59 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize() 60 if (sect != NULL) in module_finalize() 62 (void *)sect->sh_addr, in module_finalize() 63 (void *)sect->sh_addr + sect->sh_size); in module_finalize() 66 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize() [all …]
|
D | vdso.c | 488 void *sect; in vdso_do_find_sections() local 500 sect = find_section32(v32->hdr, ".text", NULL); in vdso_do_find_sections() 501 if (sect == NULL) { in vdso_do_find_sections() 505 v32->text = sect - vdso32_kbase; in vdso_do_find_sections() 514 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections() 515 if (sect == NULL) { in vdso_do_find_sections() 519 v64->text = sect - vdso64_kbase; in vdso_do_find_sections()
|
D | rtas.c | 994 struct pseries_errorlog *sect; in get_pseries_errorlog() local 1007 sect = (struct pseries_errorlog *)p; in get_pseries_errorlog() 1008 if (sect->id == section_id) in get_pseries_errorlog() 1009 return sect; in get_pseries_errorlog() 1010 p += sect->length; in get_pseries_errorlog()
|
/arch/powerpc/platforms/pseries/ |
D | io_event_irq.c | 77 struct pseries_errorlog *sect; in ioei_find_event() local 91 sect = get_pseries_errorlog(elog, PSERIES_ELOG_SECT_ID_IO_EVENT); in ioei_find_event() 92 if (unlikely(!sect)) { in ioei_find_event() 98 return (struct pseries_io_event *) §->data; in ioei_find_event()
|
/arch/powerpc/include/asm/ |
D | feature-fixups.h | 40 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument 43 .pushsection sect,"a"; \ 179 #define MAKE_LWSYNC_SECTION_ENTRY(label, sect) \ argument 181 .pushsection sect,"a"; \
|
/arch/mips/boot/ |
D | elf2ecoff.c | 56 struct sect { struct 99 static void combine(struct sect *base, struct sect *new, int pad) in combine() 272 struct sect text, data, bss; in main() 365 struct sect ndata, nbss; in main() 375 struct sect ntxt; in main()
|
/arch/c6x/kernel/ |
D | vectors.S | 45 .sect ".vectors","ax"
|
/arch/ia64/kernel/ |
D | mca_drv.c | 220 #define LOG_INDEX_ADD_SECT_PTR(sect, ptr) \ argument 223 list_add(&hl->list, &(sect)); \
|