Searched refs:opd (Results 1 – 10 of 10) 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 …]
31 .opd : {33 *(.opd) argument
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()918 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()[all …]
111 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {113 *(.opd) argument
118 .opd : {120 *(.opd)
13 .opd : { BYTE(0) }
21 struct elf64_shdr *opd; /* official procedure descriptors */ member
151 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {153 KEEP(*(.opd)) argument
89 *(.opd)