/linux-4.1.27/arch/um/kernel/ |
D | uml.lds.S | 49 .rel.plt : { 50 *(.rel.plt) 55 .rela.plt : { 56 *(.rela.plt) 87 .got : { *(.got.plt) *(.got) }
|
D | dyn.lds.S | 51 .rel.plt : { 52 *(.rel.plt) 57 .rela.plt : { 58 *(.rela.plt) 66 .plt : { *(.plt) } 145 .got : { *(.got.plt) *(.got) }
|
/linux-4.1.27/arch/ia64/kernel/ |
D | module.c | 233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 235 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp) in patch_plt() 236 && apply_imm60(mod, (struct insn *) (plt->bundle[1] + 2), in patch_plt() 237 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt() 243 plt_target (struct plt_entry *plt) in plt_target() argument 245 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() 252 return (long) plt->bundle[1] + 16*off; in plt_target() 283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 285 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt() 286 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp)) in patch_plt() [all …]
|
D | gate.lds.S | 63 *(.got.plt) *(.got)
|
D | vmlinux.lds.S | 217 *(.got.plt)
|
/linux-4.1.27/arch/ia64/ |
D | module.lds | 9 .core.plt : { BYTE(0) } 10 .init.plt : { BYTE(0) }
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 41 *(.got.plt) 42 *(.igot.plt)
|
/linux-4.1.27/arch/nios2/kernel/ |
D | vmlinux.lds.S | 47 *(.got.plt) 48 *(.igot.plt)
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 58 .got.plt : { *(.got.plt) }
|
/linux-4.1.27/arch/arm/vdso/ |
D | vdso.lds.S | 58 .rel.plt : { *(.rel.plt) }
|
/linux-4.1.27/arch/parisc/kernel/ |
D | vmlinux.lds.S | 99 .plt : { 100 *(.plt)
|
/linux-4.1.27/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 50 .got.plt : { *(.got.plt) }
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 64 .plt : { *(.plt) }
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 27 *(.got.plt)
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 46 KEEP(*(.got.plt))
|
/linux-4.1.27/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 30 *(.got.plt) *(.got)
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 54 *(.got.plt) *(.got)
|
/linux-4.1.27/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 47 *(.got.plt) *(.got)
|
/linux-4.1.27/arch/x86/vdso/ |
D | vdso-layout.lds.S | 56 *(.got.plt) *(.got)
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 18 .got : { *(.got.plt) *(.got) }
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 202 *(.got.plt) *(.got)
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | event.c | 166 if (wl->plt) { in wlcore_event_dummy_packet()
|
D | rx.c | 124 if (unlikely(wl->plt)) in wl1271_rx_handle_data()
|
D | ps.c | 84 if (wl->plt) in wl1271_ps_elp_sleep()
|
D | testmode.c | 323 if (!wl->plt) { in wl12xx_tm_cmd_get_mac()
|
D | main.c | 734 static int wl12xx_fetch_firmware(struct wl1271 *wl, bool plt) in wl12xx_fetch_firmware() argument 741 if (plt) { in wl12xx_fetch_firmware() 991 if (wl->state == WLCORE_STATE_OFF || wl->plt) in wl1271_recovery_work() 1097 static int wl12xx_chip_wakeup(struct wl1271 *wl, bool plt) in wl12xx_chip_wakeup() argument 1125 ret = wl12xx_fetch_firmware(wl, plt); in wl12xx_chip_wakeup() 1159 wl->plt = true; in wl1271_plt_start() 1190 wl->plt = false; in wl1271_plt_start() 1214 if (!wl->plt) { in wl1271_plt_stop() 1243 wl->plt = false; in wl1271_plt_stop() 2551 if (wl->plt) { in wl1271_op_add_interface() [all …]
|
D | wlcore.h | 206 bool plt; member
|
D | debugfs.c | 72 if (!wl->plt && in wl1271_debugfs_update_stats()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | examples.txt | 198 : Disassembly of section .plt:
|
/linux-4.1.27/drivers/atm/ |
D | fore200e.h | 91 u32 plt : 3, /* payload type */
|
D | fore200e.c | 1072 (rpd->atm_header.plt << ATM_HDR_PTI_SHIFT) | in fore200e_push_rpd() 1710 tpd->atm_header.plt = (*cell_header & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in fore200e_send() 1718 tpd->atm_header.plt = 0; in fore200e_send()
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | pcmplc.c | 167 static const struct plt { struct
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_crtc.c | 5478 struct drm_plane *plane, *plt; in drm_mode_config_cleanup() local 5513 list_for_each_entry_safe(plane, plt, &dev->mode_config.plane_list, in drm_mode_config_cleanup()
|