| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 36 static void prealloc_fixed(struct mod_plt_sec *pltsec, struct plt_entries *plt) in prealloc_fixed() argument 44 for (i = 0; i < ARRAY_SIZE(plt->ldr); ++i) in prealloc_fixed() 45 plt->ldr[i] = PLT_ENT_LDR; in prealloc_fixed() 47 BUILD_BUG_ON(sizeof(fixed_plts) > sizeof(plt->lit)); in prealloc_fixed() 48 memcpy(plt->lit, fixed_plts, sizeof(fixed_plts)); in prealloc_fixed() 55 struct plt_entries *plt; in get_module_plt() local 60 pltsec->plt_ent = (struct plt_entries *)pltsec->plt->sh_addr; in get_module_plt() 61 plt = pltsec->plt_ent; in get_module_plt() 63 prealloc_fixed(pltsec, plt); in get_module_plt() 66 if (plt->lit[idx] == val) in get_module_plt() [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-build-time | 67 import matplotlib.pyplot as plt # noqa: E402 namespace 131 plt.figure() 135 b = plt.bar(ind+0.1, vals[i], width=0.8, color=colors[i], bottom=bottom, linewidth=0.25) 140 …plt.xticks(ind + .6, [p.name for p in data], rotation=-60, rotation_mode="anchor", fontsize=8, ha=… 147 sz = plt.gcf().get_figwidth() 148 plt.gcf().set_figwidth(sz * ratio) 152 plt.gcf().subplots_adjust(bottom=0.2, left=borders, right=1-borders) 155 axes = plt.gcf().gca() 165 plt.legend(legenditems, steps, prop=leg_prop) 168 plt.title('Build time of packages\n') [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phy_led_triggers.c | 31 struct phy_led_trigger *plt; in phy_led_trigger_change_speed() local 39 plt = phy_speed_to_led_trigger(phy, phy->speed); in phy_led_trigger_change_speed() 40 if (!plt) { in phy_led_trigger_change_speed() 47 if (plt != phy->last_triggered) { in phy_led_trigger_change_speed() 54 led_trigger_event(&plt->trigger, LED_FULL); in phy_led_trigger_change_speed() 55 phy->last_triggered = plt; in phy_led_trigger_change_speed() 68 struct phy_led_trigger *plt, in phy_led_trigger_register() argument 71 plt->speed = speed; in phy_led_trigger_register() 72 phy_led_trigger_format_name(phy, plt->name, sizeof(plt->name), in phy_led_trigger_register() 74 plt->trigger.name = plt->name; in phy_led_trigger_register() [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module-sections.c | 36 struct mod_section *plt_sec = &mod->arch.plt; in module_emit_plt_entry() 37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry() local 40 if (plt) in module_emit_plt_entry() 41 return (unsigned long)plt; in module_emit_plt_entry() 46 plt = (struct plt_entry *)plt_sec->shdr->sh_addr; in module_emit_plt_entry() 47 plt[i] = emit_plt_entry(val, in module_emit_plt_entry() 48 (unsigned long)&plt[i], in module_emit_plt_entry() 55 return (unsigned long)&plt[i]; in module_emit_plt_entry() 102 mod->arch.plt.shdr = sechdrs + i; in module_frob_arch_sections() 109 if (!mod->arch.plt.shdr) { in module_frob_arch_sections() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A 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, 103 .plt : { 104 *(.plt) *(.plt.*) 106 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 28 struct plt_entry plt; in get_plt_entry() local 35 plt = __get_adrp_add_pair(dst, (u64)pc, AARCH64_INSN_REG_16); in get_plt_entry() 36 plt.br = cpu_to_le32(br); in get_plt_entry() 38 return plt; in get_plt_entry() 79 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry() local 84 if (is_forbidden_offset_for_adrp(&plt[i].adrp)) in module_emit_plt_entry() 87 plt[i] = get_plt_entry(val, &plt[i]); in module_emit_plt_entry() 94 if (j >= 0 && plt_entries_equal(plt + i, plt + j)) in module_emit_plt_entry() 95 return (u64)&plt[j]; in module_emit_plt_entry() 101 return (u64)&plt[i]; in module_emit_plt_entry() [all …]
|
| H A D | vmlinux.lds.S | 174 .got.plt : { *(.got.plt) } 175 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, 308 .plt : { 309 *(.plt) *(.plt.*) *(.iplt) *(.igot .igot.plt) 311 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
|
| H A D | ftrace.c | 68 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local 71 return &plt[FTRACE_PLT_IDX]; in get_ftrace_plt() 74 return &plt[FTRACE_REGS_PLT_IDX]; in get_ftrace_plt() 94 struct plt_entry *plt; in ftrace_find_callable_addr() local 129 plt = get_ftrace_plt(mod, *addr); in ftrace_find_callable_addr() 130 if (!plt) { in ftrace_find_callable_addr() 135 *addr = (unsigned long)plt; in ftrace_find_callable_addr()
|
| /OK3568_Linux_fs/buildroot/package/ltrace/ |
| H A D | 0002-sparc-add-missing-library.h-include.patch | 11 plt.c: In function ‘sym2addr’: 12 plt.c:33:12: error: dereferencing pointer to incomplete type 15 plt.c:34:1: warning: control reaches end of non-void function [-Wreturn-type] 19 sysdeps/linux-gnu/sparc/plt.c | 1 + 22 diff --git a/sysdeps/linux-gnu/sparc/plt.c b/sysdeps/linux-gnu/sparc/plt.c 24 --- a/sysdeps/linux-gnu/sparc/plt.c 25 +++ b/sysdeps/linux-gnu/sparc/plt.c
|
| H A D | 0001-arm-plt.patch | 10 sysdeps/linux-gnu/arm/plt.c | 4 ++++ 13 diff --git a/sysdeps/linux-gnu/arm/plt.c b/sysdeps/linux-gnu/arm/plt.c 15 --- a/sysdeps/linux-gnu/arm/plt.c 16 +++ b/sysdeps/linux-gnu/arm/plt.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-mips-plt.c-Delete-include-error.h.patch | 4 Subject: [PATCH] mips/plt.c: Delete include error.h 10 sysdeps/linux-gnu/mips/plt.c | 1 - 13 diff --git a/sysdeps/linux-gnu/mips/plt.c b/sysdeps/linux-gnu/mips/plt.c 15 --- a/sysdeps/linux-gnu/mips/plt.c 16 +++ b/sysdeps/linux-gnu/mips/plt.c
|
| H A D | 0001-ppc-plt-do-not-free-symbol-libsym.patch | 4 Subject: [PATCH] ppc/plt: do not free symbol libsym 12 sysdeps/linux-gnu/ppc/plt.c | 1 - 15 diff --git a/sysdeps/linux-gnu/ppc/plt.c b/sysdeps/linux-gnu/ppc/plt.c 17 --- a/sysdeps/linux-gnu/ppc/plt.c 18 +++ b/sysdeps/linux-gnu/ppc/plt.c
|
| H A D | 0001-ppc-Remove-unused-host_powerpc64-function.patch | 11 sysdeps/linux-gnu/ppc/plt.c | 10 ---------- 14 diff --git a/sysdeps/linux-gnu/ppc/plt.c b/sysdeps/linux-gnu/ppc/plt.c 16 --- a/sysdeps/linux-gnu/ppc/plt.c 17 +++ b/sysdeps/linux-gnu/ppc/plt.c
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/src/ |
| H A D | ta.ld.S | 39 .plt : { *(.plt) } 40 .got : { *(.got.plt) *(.got) } 61 .rel.plt : { *(.rel.plt) } 62 .rela.plt : { *(.rela.plt) }
|
| /OK3568_Linux_fs/buildroot/package/ti-utils/ |
| H A D | 0001-plt.h-fix-build-with-gcc-10.patch | 4 Subject: [PATCH] plt.h: fix build with gcc 10 17 plt.h | 2 +- 20 diff --git a/plt.h b/plt.h 22 --- a/plt.h 23 +++ b/plt.h
|
| /OK3568_Linux_fs/buildroot/package/18xx-ti-utils/ |
| H A D | 0001-plt.h-fix-build-with-gcc-10.patch | 4 Subject: [PATCH] plt.h: fix build with gcc 10 9 …t/arm-buildroot-linux-gnueabihf/sysroot/lib nvs.o misc_cmds.o calibrator.o plt.o wl18xx_plt.o ini.… 20 plt.h | 2 +- 23 diff --git a/plt.h b/plt.h 25 --- a/plt.h 26 +++ b/plt.h
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 237 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp) in patch_plt() 238 && apply_imm60(mod, (struct insn *) (plt->bundle[1] + 2), in patch_plt() 239 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt() 245 plt_target (struct plt_entry *plt) in plt_target() argument 247 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() 254 return (long) plt->bundle[1] + 16*off; in plt_target() 285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 287 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt() 288 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp)) in patch_plt() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/src/ |
| H A D | ta.ld.S | 29 .plt : { *(.plt) } 58 .got : { *(.got.plt) *(.got) } 82 .rel.plt : { *(.rel.plt) } 83 .rela.plt : { *(.rela.plt) }
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/src/ |
| H A D | ta.ld.S | 29 .plt : { *(.plt) } 58 .got : { *(.got.plt) *(.got) } 82 .rel.plt : { *(.rel.plt) } 83 .rela.plt : { *(.rela.plt) }
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | vmlinux.lds.S | 444 .got.plt (INFO) : { *(.got.plt) } 445 ASSERT(SIZEOF(.got.plt) == 0 || 447 SIZEOF(.got.plt) == 0x18, 449 SIZEOF(.got.plt) == 0xc, 462 .plt : { 463 *(.plt) *(.plt.*) *(.iplt) 465 ASSERT(SIZEOF(.plt) == 0, "Unexpected run-time procedure linkages detected!")
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | uml.lds.S | 59 .rel.plt : { 60 *(.rel.plt) 65 .rela.plt : { 66 *(.rela.plt) 97 .got : { *(.got.plt) *(.got) }
|
| H A D | dyn.lds.S | 57 .rel.plt : { 58 *(.rel.plt) 63 .rela.plt : { 64 *(.rela.plt) 72 .plt : { *(.plt) } 154 .got : { *(.got.plt) *(.got) }
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | coex.c | 350 u32 mac_cfg_plt(struct mac_ax_adapter *adapter, struct mac_ax_plt *plt) in mac_cfg_plt() argument 356 ret = check_mac_en(adapter, plt->band, MAC_AX_CMAC_SEL); in mac_cfg_plt() 360 reg = plt->band == 0 ? R_AX_BT_PLT : R_AX_BT_PLT_C1; in mac_cfg_plt() 361 val = (plt->tx & MAC_AX_PLT_LTE_RX ? B_AX_TX_PLT_GNT_LTE_RX : 0) | in mac_cfg_plt() 362 (plt->tx & MAC_AX_PLT_GNT_BT_TX ? B_AX_TX_PLT_GNT_BT_TX : 0) | in mac_cfg_plt() 363 (plt->tx & MAC_AX_PLT_GNT_BT_RX ? B_AX_TX_PLT_GNT_BT_RX : 0) | in mac_cfg_plt() 364 (plt->tx & MAC_AX_PLT_GNT_WL ? B_AX_TX_PLT_GNT_WL : 0) | in mac_cfg_plt() 365 (plt->rx & MAC_AX_PLT_LTE_RX ? B_AX_RX_PLT_GNT_LTE_RX : 0) | in mac_cfg_plt() 366 (plt->rx & MAC_AX_PLT_GNT_BT_TX ? B_AX_RX_PLT_GNT_BT_TX : 0) | in mac_cfg_plt() 367 (plt->rx & MAC_AX_PLT_GNT_BT_RX ? B_AX_RX_PLT_GNT_BT_RX : 0) | in mac_cfg_plt() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | coex.c | 350 u32 mac_cfg_plt(struct mac_ax_adapter *adapter, struct mac_ax_plt *plt) in mac_cfg_plt() argument 356 ret = check_mac_en(adapter, plt->band, MAC_AX_CMAC_SEL); in mac_cfg_plt() 360 reg = plt->band == 0 ? R_AX_BT_PLT : R_AX_BT_PLT_C1; in mac_cfg_plt() 361 val = (plt->tx & MAC_AX_PLT_LTE_RX ? B_AX_TX_PLT_GNT_LTE_RX : 0) | in mac_cfg_plt() 362 (plt->tx & MAC_AX_PLT_GNT_BT_TX ? B_AX_TX_PLT_GNT_BT_TX : 0) | in mac_cfg_plt() 363 (plt->tx & MAC_AX_PLT_GNT_BT_RX ? B_AX_TX_PLT_GNT_BT_RX : 0) | in mac_cfg_plt() 364 (plt->tx & MAC_AX_PLT_GNT_WL ? B_AX_TX_PLT_GNT_WL : 0) | in mac_cfg_plt() 365 (plt->rx & MAC_AX_PLT_LTE_RX ? B_AX_RX_PLT_GNT_LTE_RX : 0) | in mac_cfg_plt() 366 (plt->rx & MAC_AX_PLT_GNT_BT_TX ? B_AX_RX_PLT_GNT_BT_TX : 0) | in mac_cfg_plt() 367 (plt->rx & MAC_AX_PLT_GNT_BT_RX ? B_AX_RX_PLT_GNT_BT_RX : 0) | in mac_cfg_plt() [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | module.h | 22 struct mod_section plt; member 64 unsigned long plt, in emit_plt_entry() argument 79 unsigned long offset = got_plt - plt; in emit_plt_entry() 104 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry() local 107 return plt + got_plt_idx; in get_plt_entry()
|