Home
last modified time | relevance | path

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

123

/arch/x86/lib/
Dinsn.c89 if (prefixes->got) in insn_get_prefixes()
147 insn->rex_prefix.got = 1; in insn_get_prefixes()
185 insn->vex_prefix.got = 1; in insn_get_prefixes()
187 prefixes->got = 1; in insn_get_prefixes()
208 if (opcode->got) in insn_get_opcode()
210 if (!insn->prefixes.got) in insn_get_opcode()
240 opcode->got = 1; in insn_get_opcode()
258 if (modrm->got) in insn_get_modrm()
260 if (!insn->opcode.got) in insn_get_modrm()
278 modrm->got = 1; in insn_get_modrm()
[all …]
/arch/m32r/boot/compressed/
Dvmlinux.lds.S17 .got : { *(.got) _egot = .; *(.got.*) } argument
/arch/unicore32/boot/compressed/
Dvmlinux.lds.in21 * of the text/got segments.
48 .got : { *(.got) }
50 .got.plt : { *(.got.plt) }
/arch/arm/boot/compressed/
Dvmlinux.lds.S58 .got.plt : { *(.got.plt) }
60 .got : { *(.got) }
/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/nios2/boot/compressed/
Dvmlinux.lds.S40 .got : {
41 *(.got.plt)
43 *(.got)
/arch/nios2/kernel/
Dvmlinux.lds.S47 .got : {
48 *(.got.plt)
50 *(.got)
/arch/x86/include/asm/
Dinsn.h32 unsigned char got; member
131 if (!insn->prefixes.got) in insn_is_avx()
139 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete()
140 insn->displacement.got && insn->immediate.got; in insn_complete()
/arch/x86/boot/compressed/
Dvmlinux.lds.S44 .got : {
46 KEEP(*(.got.plt)) argument
47 KEEP(*(.got))
/arch/um/kernel/
Ddyn.lds.S53 .rel.got : { *(.rel.got) }
54 .rela.got : { *(.rela.got) }
151 .got : { *(.got.plt) *(.got) }
Duml.lds.S93 .got : { *(.got.plt) *(.got) }
/arch/powerpc/platforms/512x/
Dmpc512x_shared.c78 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local
144 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
145 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
153 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
154 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
161 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
174 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock()
175 delta = abs(pixclock - got); in mpc512x_set_pixel_clock()
177 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
/arch/ia64/kernel/
Dvmlinux.lds.S195 .got : AT(ADDR(.got) - LOAD_OFFSET) {
196 *(.got.plt)
197 *(.got)
199 __gp = ADDR(.got) + 0x200000;
Dgate.lds.S62 *(.got.plt) *(.got)
/arch/alpha/boot/
Dbootloader.lds12 .got : { *(.got) }
/arch/xtensa/boot/boot-redboot/
Dboot.ld27 *(.got.plt)
28 *(.got)
/arch/powerpc/kernel/
Dvmlinux.lds.S263 *(.got.plt) *(.got)
284 .got : AT(ADDR(.got) - LOAD_OFFSET) {
288 arch/powerpc/kernel/prom_init.o*(.toc .got) argument
291 *(.got) argument
/arch/powerpc/boot/
DzImage.lds.S72 .got :
75 *(.got)
/arch/ia64/hp/sim/boot/
Dbootloader.lds18 .got : { *(.got.plt) *(.got) }
/arch/x86/um/vdso/
Dvdso-layout.lds.S30 *(.got.plt) *(.got)
/arch/tile/kernel/vdso/
Dvdso.lds.S54 *(.got.plt) *(.got)
/arch/arm/vdso/
Dvdso.lds.S57 .got : { *(.got) }
/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S47 *(.got.plt) *(.got)
/arch/x86/entry/vdso/
Dvdso-layout.lds.S56 *(.got.plt) *(.got)

123