Searched refs:got (Results 1 – 25 of 50) sorted by relevance
12
77 if (prefixes->got) in insn_get_prefixes()135 insn->rex_prefix.got = 1; in insn_get_prefixes()167 insn->vex_prefix.got = 1; in insn_get_prefixes()169 prefixes->got = 1; in insn_get_prefixes()190 if (opcode->got) in insn_get_opcode()192 if (!insn->prefixes.got) in insn_get_opcode()222 opcode->got = 1; in insn_get_opcode()240 if (modrm->got) in insn_get_modrm()242 if (!insn->opcode.got) in insn_get_modrm()260 modrm->got = 1; in insn_get_modrm()[all …]
17 .got : { *(.got) _egot = .; *(.got.*) } argument
43 unsigned long got; in hvc_get_chars() local45 if (plpar_get_term_char(vtermno, &got, buf) == H_SUCCESS) in hvc_get_chars()46 return got; in hvc_get_chars()
21 * of the text/got segments.48 .got : { *(.got) }50 .got.plt : { *(.got.plt) }
81 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local85 symtab = got = NULL; in module_frob_arch_sections()94 got = s; in module_frob_arch_sections()102 if (!got) { in module_frob_arch_sections()116 got->sh_size = 0; in module_frob_arch_sections()117 got->sh_addralign = 8; in module_frob_arch_sections()118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()128 &got->sh_size); in module_frob_arch_sections()153 unsigned long got, gp; in apply_relocate_add() local164 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()[all …]
55 .got : {56 *(.got)
32 unsigned char got; member129 if (!insn->prefixes.got) in insn_is_avx()137 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()138 insn->displacement.got && insn->immediate.got; in insn_complete()
21 * of the text/got segments.50 .got.plt : { *(.got.plt) }52 .got : { *(.got) }
44 .got : {46 KEEP(*(.got.plt)) argument47 KEEP(*(.got))
49 .rel.got : { *(.rel.got) }50 .rela.got : { *(.rela.got) }144 .got : { *(.got.plt) *(.got) }
85 .got : { *(.got.plt) *(.got) }
12 .got : { *(.got) }
222 .got : AT(ADDR(.got) - LOAD_OFFSET) {223 *(.got.plt)224 *(.got)226 __gp = ADDR(.got) + 0x200000;
63 *(.got.plt) *(.got)
439 mod->arch.got = s; in module_frob_arch_sections()453 if (!mod->arch.core_plt || !mod->arch.init_plt || !mod->arch.got || !mod->arch.opd) { in module_frob_arch_sections()482 mod->arch.got->sh_type = SHT_NOBITS; in module_frob_arch_sections()483 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()484 mod->arch.got->sh_addralign = 8; in module_frob_arch_sections()485 mod->arch.got->sh_size = gots * sizeof(struct got_entry); in module_frob_arch_sections()492 mod->arch.got->sh_size, mod->arch.opd->sh_size); in module_frob_arch_sections()520 struct got_entry *got, *e; in get_ltoff() local525 got = (void *) mod->arch.got->sh_addr; in get_ltoff()526 for (e = got; e < got + mod->arch.next_got_entry; ++e) in get_ltoff()[all …]
27 *(.got.plt)28 *(.got)
29 *(.got.plt)30 *(.got)
202 *(.got.plt) *(.got)216 .got : AT(ADDR(.got) - LOAD_OFFSET) {218 *(.got) argument
30 *(.got.plt) *(.got)
18 .got : { *(.got.plt) *(.got) }
47 *(.got.plt) *(.got)
16 struct elf64_shdr *got; /* global offset table */ member
11 .got : { BYTE(0) }
46 .got ALIGN(8) : { *(.got .toc) }