Searched refs:opd (Results 1 – 12 of 12) sorted by relevance
18 .macro R32_NUM opd r3219 \opd = REG_NUM_INVALID21 \opd = 024 \opd = 127 \opd = 230 \opd = 333 \opd = 436 \opd = 539 \opd = 642 \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()925 Elf64_Shdr *opd = mod->arch.opd; in dereference_module_function_descriptor() local[all …]
111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {113 *(.opd) argument
8 * official procedure-descriptors (.opd).13 .opd : { BYTE(0) }
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()
102 .opd : {104 *(.opd)
64 .opd ALIGN(8) : { KEEP (*(.opd)) }
313 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {315 KEEP(*(.opd)) argument
20 struct elf64_shdr *opd; /* official procedure descriptors */ member
1043 u64 *opd = opddata->d_buf + offset; in dso__load_sym() local1044 sym.st_value = DSO__SWAP(dso, u64, *opd); in dso__load_sym()