Home
last modified time | relevance | path

Searched refs:opd (Results 1 – 10 of 10) sorted by relevance

/arch/x86/include/asm/
Dinst.h17 .macro R32_NUM opd r32
18 \opd = REG_NUM_INVALID
20 \opd = 0
23 \opd = 1
26 \opd = 2
29 \opd = 3
32 \opd = 4
35 \opd = 5
38 \opd = 6
41 \opd = 7
[all …]
/arch/s390/include/asm/
Dvx-insn.h25 .macro GR_NUM opd gr
26 \opd = 255
28 \opd = 0
31 \opd = 1
34 \opd = 2
37 \opd = 3
40 \opd = 4
43 \opd = 5
46 \opd = 6
49 \opd = 7
[all …]
/arch/parisc/boot/compressed/
Dvmlinux.lds.S31 .opd : {
33 *(.opd) argument
/arch/ia64/kernel/
Dmodule.c441 mod->arch.opd = s; in module_frob_arch_sections()
445 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { in module_frob_arch_sections()
478 mod->arch.opd->sh_type = SHT_NOBITS; in module_frob_arch_sections()
479 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
480 mod->arch.opd->sh_addralign = 8; in module_frob_arch_sections()
481 mod->arch.opd->sh_size = fdescs * sizeof(struct fdesc); in module_frob_arch_sections()
484 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections()
587 struct fdesc *fdesc = (void *) mod->arch.opd->sh_addr; in get_fdesc()
608 if ((uint64_t) ++fdesc >= mod->arch.opd->sh_addr + mod->arch.opd->sh_size) in get_fdesc()
918 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()
[all …]
Dvmlinux.lds.S111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
113 *(.opd) argument
/arch/parisc/kernel/
Dvmlinux.lds.S118 .opd : {
120 *(.opd)
/arch/ia64/include/asm/
Dmodule.lds.h13 .opd : { BYTE(0) }
Dmodule.h21 struct elf64_shdr *opd; /* official procedure descriptors */ member
/arch/powerpc/kernel/
Dvmlinux.lds.S151 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
153 KEEP(*(.opd)) argument
/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S89 *(.opd)