Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 50) sorted by relevance

12

/arch/x86/lib/
Dinsn.c77 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 …]
/arch/m32r/boot/compressed/
Dvmlinux.lds.S17 .got : { *(.got) _egot = .; *(.got.*) } argument
/arch/powerpc/platforms/pseries/
Dhvconsole.c43 unsigned long got; in hvc_get_chars() local
45 if (plpar_get_term_char(vtermno, &got, buf) == H_SUCCESS) in hvc_get_chars()
46 return got; in hvc_get_chars()
/arch/unicore32/boot/compressed/
Dvmlinux.lds.in21 * of the text/got segments.
48 .got : { *(.got) }
50 .got.plt : { *(.got.plt) }
/arch/alpha/kernel/
Dmodule.c81 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local
85 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() local
164 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()
[all …]
Dvmlinux.lds.S55 .got : {
56 *(.got)
/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
129 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()
/arch/arm/boot/compressed/
Dvmlinux.lds.in21 * of the text/got segments.
50 .got.plt : { *(.got.plt) }
52 .got : { *(.got) }
/arch/x86/boot/compressed/
Dvmlinux.lds.S44 .got : {
46 KEEP(*(.got.plt)) argument
47 KEEP(*(.got))
/arch/um/kernel/
Ddyn.lds.S49 .rel.got : { *(.rel.got) }
50 .rela.got : { *(.rela.got) }
144 .got : { *(.got.plt) *(.got) }
Duml.lds.S85 .got : { *(.got.plt) *(.got) }
/arch/alpha/boot/
Dbootloader.lds12 .got : { *(.got) }
/arch/ia64/kernel/
Dvmlinux.lds.S222 .got : AT(ADDR(.got) - LOAD_OFFSET) {
223 *(.got.plt)
224 *(.got)
226 __gp = ADDR(.got) + 0x200000;
Dgate.lds.S63 *(.got.plt) *(.got)
Dmodule.c439 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() local
525 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 …]
/arch/xtensa/boot/boot-redboot/
Dboot.ld27 *(.got.plt)
28 *(.got)
/arch/xtensa/boot/boot-elf/
Dboot.lds.S29 *(.got.plt)
30 *(.got)
/arch/powerpc/kernel/
Dvmlinux.lds.S202 *(.got.plt) *(.got)
216 .got : AT(ADDR(.got) - LOAD_OFFSET) {
218 *(.got) argument
/arch/x86/vdso/
Dvdso-layout.lds.S30 *(.got.plt) *(.got)
/arch/x86/um/vdso/
Dvdso-layout.lds.S30 *(.got.plt) *(.got)
/arch/ia64/hp/sim/boot/
Dbootloader.lds18 .got : { *(.got.plt) *(.got) }
/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S47 *(.got.plt) *(.got)
/arch/ia64/include/asm/
Dmodule.h16 struct elf64_shdr *got; /* global offset table */ member
/arch/ia64/
Dmodule.lds11 .got : { BYTE(0) }
/arch/s390/kernel/vdso32/
Dvdso32.lds.S46 .got ALIGN(8) : { *(.got .toc) }

12