Searched refs:opd (Results 1 – 15 of 15) sorted by relevance
17 .macro R32_NUM opd r3218 \opd = REG_NUM_INVALID20 \opd = 023 \opd = 126 \opd = 229 \opd = 332 \opd = 435 \opd = 538 \opd = 641 \opd = 7[all …]
25 .macro GR_NUM opd gr26 \opd = 25528 \opd = 031 \opd = 134 \opd = 237 \opd = 340 \opd = 443 \opd = 546 \opd = 649 \opd = 7[all …]
441 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()929 Elf64_Shdr *opd = mod->arch.opd; in dereference_module_function_descriptor() local[all …]
111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {113 *(.opd) argument
31 .opd : {33 *(.opd) argument
138 struct opd in setup_ebb_handler() struct142 } *opd; in setup_ebb_handler() local144 opd = (struct opd *)ebb_handler; in setup_ebb_handler()145 entry = opd->entry; in setup_ebb_handler()
118 .opd : {120 *(.opd)
110 struct opd { struct115 static struct opd bad_opd = { argument
64 .opd ALIGN(8) : { KEEP (*(.opd)) }
13 .opd : { BYTE(0) }
20 struct elf64_shdr *opd; /* official procedure descriptors */ member
321 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {323 KEEP(*(.opd)) argument
121 struct parallel_data *opd; member
648 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one()670 if (atomic_dec_and_test(&ps->opd->refcnt)) in padata_replace()671 padata_free_pd(ps->opd); in padata_replace()
1178 u64 *opd = opddata->d_buf + offset; in dso__load_sym() local1179 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym()