Searched refs:opd (Results 1 – 16 of 16) 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 …]
28 .macro GR_NUM opd gr29 \opd = 25531 \opd = 034 \opd = 137 \opd = 240 \opd = 343 \opd = 446 \opd = 549 \opd = 652 \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()920 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()[all …]
110 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {112 *(.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()
31 .opd : {33 *(.opd) argument
117 .opd : {119 *(.opd)
110 struct opd { struct115 static struct opd bad_opd = { argument
13 .opd : { BYTE(0) }
21 struct elf64_shdr *opd; /* official procedure descriptors */ member
188 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {190 KEEP(*(.opd)) argument
1341 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_get_value() local1353 *val = regcfg & (opd->pd_bit | opd->pu_bit); in ocelot_hw_get_value()1357 *val = regcfg & opd->schmitt_bit; in ocelot_hw_get_value()1361 *val = regcfg & opd->drive_bits; in ocelot_hw_get_value()1402 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_hw_set_value() local1408 opd->pd_bit | opd->pu_bit, in ocelot_hw_set_value()1414 opd->schmitt_bit, in ocelot_hw_set_value()1421 opd->drive_bits, in ocelot_hw_set_value()1509 const struct ocelot_pincfg_data *opd = info->pincfg_data; in ocelot_pinconf_set() local1523 opd->pu_bit : opd->pd_bit; in ocelot_pinconf_set()[all …]
122 struct parallel_data *opd; member
88 *(.opd)
648 ps->opd = rcu_dereference_protected(ps->pd, 1); in padata_replace_one()670 if (refcount_dec_and_test(&ps->opd->refcnt)) in padata_replace()671 padata_free_pd(ps->opd); in padata_replace()
1609 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() local1610 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym_internal()