/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 83 .got.plt (INFO) : { 84 *(.got.plt) 86 ASSERT(SIZEOF(.got.plt) == 0 || 88 SIZEOF(.got.plt) == 0x18, 90 SIZEOF(.got.plt) == 0xc, 98 .got : { 99 *(.got) 101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
/arch/riscv/kernel/ |
D | module-sections.c | 15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry() 17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry() local 19 if (got) in module_emit_got_entry() 20 return (unsigned long)got; in module_emit_got_entry() 23 got = (struct got_entry *)got_sec->shdr->sh_addr; in module_emit_got_entry() 24 got[i] = emit_got_entry(val); in module_emit_got_entry() 29 return (unsigned long)&got[i]; in module_emit_got_entry() 104 mod->arch.got.shdr = sechdrs + i; in module_frob_arch_sections() 113 if (!mod->arch.got.shdr) { in module_frob_arch_sections() 145 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections() [all …]
|
/arch/x86/lib/ |
D | insn.c | 131 if (prefixes->got) in insn_get_prefixes() 190 insn->rex_prefix.got = 1; in insn_get_prefixes() 238 insn->vex_prefix.got = 1; in insn_get_prefixes() 240 prefixes->got = 1; in insn_get_prefixes() 268 if (opcode->got) in insn_get_opcode() 271 if (!insn->prefixes.got) { in insn_get_opcode() 314 opcode->got = 1; in insn_get_opcode() 339 if (modrm->got) in insn_get_modrm() 342 if (!insn->opcode.got) { in insn_get_modrm() 366 modrm->got = 1; in insn_get_modrm() [all …]
|
/arch/alpha/kernel/ |
D | module.c | 69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local 73 symtab = got = NULL; in module_frob_arch_sections() 82 got = s; in module_frob_arch_sections() 90 if (!got) { in module_frob_arch_sections() 104 got->sh_size = 0; in module_frob_arch_sections() 105 got->sh_addralign = 8; in module_frob_arch_sections() 106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections() 116 &got->sh_size); in module_frob_arch_sections() 141 unsigned long got, gp; in apply_relocate_add() local 149 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add() [all …]
|
D | vmlinux.lds.S | 55 .got : { 56 *(.got)
|
/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 71 .got.plt : { *(.got.plt) } 74 .got : { *(.got) } 86 *(.got)
|
/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 27 .got : { 28 *(.got.plt) 30 *(.got)
|
/arch/nios2/kernel/ |
D | vmlinux.lds.S | 35 .got : { 36 *(.got.plt) 38 *(.got)
|
/arch/riscv/include/asm/ |
D | module.h | 21 struct mod_section got; member 38 struct got_entry *got = (struct got_entry *)(sec->shdr->sh_addr); in get_got_entry() local 41 if (got[i].symbol_addr == val) in get_got_entry() 42 return &got[i]; in get_got_entry()
|
D | module.lds.h | 6 .got : { BYTE(0) } 7 .got.plt : { BYTE(0) }
|
/arch/um/kernel/ |
D | dyn.lds.S | 53 .rel.got : { *(.rel.got) } 54 .rela.got : { *(.rela.got) } 154 .got : { *(.got.plt) *(.got) }
|
D | uml.lds.S | 97 .got : { *(.got.plt) *(.got) }
|
/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 74 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local 140 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 141 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 149 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 150 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 157 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock() 170 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 171 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 173 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
|
/arch/x86/kernel/ |
D | vmlinux.lds.S | 459 .got.plt (INFO) : { *(.got.plt) } 460 ASSERT(SIZEOF(.got.plt) == 0 || 462 SIZEOF(.got.plt) == 0x18, 464 SIZEOF(.got.plt) == 0xc, 472 .got : { 473 *(.got) *(.igot.*) 475 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
/arch/ia64/kernel/ |
D | vmlinux.lds.S | 192 .got : AT(ADDR(.got) - LOAD_OFFSET) { 193 *(.got.plt) 194 *(.got) 196 __gp = ADDR(.got) + 0x200000;
|
/arch/powerpc/boot/ |
D | opal-calls.S | 19 ld r11,opal@got(r2) 38 ld r11,opal_return@got(r2) 48 ld r11,opal@got(r2)
|
D | zImage.lds.S | 39 .got : ALIGN(256) 41 *(.got .toc)
|
/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 53 .got ALIGN(8) : { *(.got .toc) } 54 .got.plt ALIGN(8) : { *(.got.plt) }
|
/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 53 .got ALIGN(8) : { *(.got .toc) } 54 .got.plt ALIGN(8) : { *(.got.plt) }
|
/arch/alpha/boot/ |
D | bootloader.lds | 13 .got : { *(.got) }
|
/arch/powerpc/xmon/ |
D | spr_access.S | 7 PPC_LL r5, .Lmfspr_table@got(r2) 12 PPC_LL r5, .Lmtspr_table@got(r2)
|
/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 27 *(.got.plt) 28 *(.got)
|
/arch/arm64/kernel/ |
D | vmlinux.lds.S | 177 *(.got) /* Global offset table */ 184 .got.plt : { *(.got.plt) } 185 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18,
|
/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 31 *(.got.plt) *(.got)
|
/arch/arm/vdso/ |
D | vdso.lds.S | 46 .got : { *(.got) }
|