Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dinst.h18 .macro R32_NUM opd r32
19 \opd = REG_NUM_INVALID
21 \opd = 0
24 \opd = 1
27 \opd = 2
30 \opd = 3
33 \opd = 4
36 \opd = 5
39 \opd = 6
42 \opd = 7
[all …]
/Linux-v4.19/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 …]
/Linux-v4.19/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()
925 Elf64_Shdr *opd = mod->arch.opd; in dereference_module_function_descriptor() local
[all …]
Dvmlinux.lds.S111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
113 *(.opd) argument
/Linux-v4.19/arch/ia64/
Dmodule.lds8 * official procedure-descriptors (.opd).
13 .opd : { BYTE(0) }
/Linux-v4.19/arch/parisc/boot/compressed/
Dvmlinux.lds.S31 .opd : {
33 *(.opd) argument
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c138 struct opd in setup_ebb_handler() struct
142 } *opd; in setup_ebb_handler() local
144 opd = (struct opd *)ebb_handler; in setup_ebb_handler()
145 entry = opd->entry; in setup_ebb_handler()
/Linux-v4.19/arch/parisc/kernel/
Dvmlinux.lds.S102 .opd : {
104 *(.opd)
/Linux-v4.19/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S64 .opd ALIGN(8) : { KEEP (*(.opd)) }
/Linux-v4.19/arch/powerpc/kernel/
Dvmlinux.lds.S313 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
315 KEEP(*(.opd)) argument
/Linux-v4.19/arch/ia64/include/asm/
Dmodule.h20 struct elf64_shdr *opd; /* official procedure descriptors */ member
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1043 u64 *opd = opddata->d_buf + offset; in dso__load_sym() local
1044 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym()