Searched refs:got (Results 1 – 25 of 61) sorted by relevance
123
/arch/x86/lib/ |
D | insn.c | 89 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/ |
D | vmlinux.lds.S | 17 .got : { *(.got) _egot = .; *(.got.*) } argument
|
/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 21 * of the text/got segments. 48 .got : { *(.got) } 50 .got.plt : { *(.got.plt) }
|
/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 58 .got.plt : { *(.got.plt) } 60 .got : { *(.got) }
|
/arch/alpha/kernel/ |
D | module.c | 81 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 …]
|
D | vmlinux.lds.S | 55 .got : { 56 *(.got)
|
/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 40 .got : { 41 *(.got.plt) 43 *(.got)
|
/arch/nios2/kernel/ |
D | vmlinux.lds.S | 47 .got : { 48 *(.got.plt) 50 *(.got)
|
/arch/x86/include/asm/ |
D | insn.h | 32 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/ |
D | vmlinux.lds.S | 44 .got : { 46 KEEP(*(.got.plt)) argument 47 KEEP(*(.got))
|
/arch/um/kernel/ |
D | dyn.lds.S | 53 .rel.got : { *(.rel.got) } 54 .rela.got : { *(.rela.got) } 151 .got : { *(.got.plt) *(.got) }
|
D | uml.lds.S | 93 .got : { *(.got.plt) *(.got) }
|
/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 78 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/ |
D | vmlinux.lds.S | 195 .got : AT(ADDR(.got) - LOAD_OFFSET) { 196 *(.got.plt) 197 *(.got) 199 __gp = ADDR(.got) + 0x200000;
|
D | gate.lds.S | 62 *(.got.plt) *(.got)
|
/arch/alpha/boot/ |
D | bootloader.lds | 12 .got : { *(.got) }
|
/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 27 *(.got.plt) 28 *(.got)
|
/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 263 *(.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/ |
D | zImage.lds.S | 72 .got : 75 *(.got)
|
/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 18 .got : { *(.got.plt) *(.got) }
|
/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 30 *(.got.plt) *(.got)
|
/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 54 *(.got.plt) *(.got)
|
/arch/arm/vdso/ |
D | vdso.lds.S | 57 .got : { *(.got) }
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 47 *(.got.plt) *(.got)
|
/arch/x86/entry/vdso/ |
D | vdso-layout.lds.S | 56 *(.got.plt) *(.got)
|
123