| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | start.S | 331 lwz r5, GOT(__init_end) 416 la r3,GOT(_GOT2_TABLE_) 417 lwz r11,GOT(_GOT2_TABLE_) 433 lwz r3,GOT(_FIXUP_TABLE_) 451 lwz r3,GOT(__bss_start) 452 lwz r4,GOT(__bss_end) 479 lwz r7, GOT(_start) 480 lwz r8, GOT(_end_of_vectors)
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch | 7 the GOT slot. 30 - GOT slot. */ 33 + stored in the GOT slot. */
|
| H A D | 0002-poison-system-directories.patch | 113 --enable-got=<type> GOT handling scheme (target, single, negative,
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 661 lwz r5, GOT(__init_end) 742 la r3,GOT(_GOT2_TABLE_) 743 lwz r11,GOT(_GOT2_TABLE_) 759 lwz r3,GOT(_FIXUP_TABLE_) 777 lwz r3,GOT(__bss_start) 778 lwz r4,GOT(__bss_end) 807 lwz r7, GOT(_start) 808 lwz r8, GOT(_end_of_vectors)
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lwt_bpf.sh | 116 GOT="$(filter_trace "$TRACE")" 118 [ "$GOT" != "$EXPECT" ] && { 119 expect_fail "$EXPECT" "$GOT"
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | start.S | 833 lwz r5, GOT(__bss_start) 936 la r3,GOT(_GOT2_TABLE_) 937 lwz r11,GOT(_GOT2_TABLE_) 954 lwz r3,GOT(_FIXUP_TABLE_) 974 lwz r3,GOT(__bss_start) 975 lwz r4,GOT(__bss_end) 1003 lwz r7, GOT(_start) 1004 lwz r8, GOT(_end_of_vectors)
|
| /OK3568_Linux_fs/buildroot/package/mbedtls/ |
| H A D | 0001-bn_mul.h-fix-x86-PIC-inline-ASM-compilation-with-GCC.patch | 17 used for the GOT) as a fixed reserved register when building as PIC. 46 + * GCC < 5.0 treated the x86 ebx (which is used for the GOT) as a
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 142 /* Emit code to load the GOT register. */ 164 /* The GOT symbol is subject to a PC-relative relocation so we need a 195 /* GOT register (%l7) if needed. */ 204 /* If we need to emit the special GOT helper function, do so now. */
|
| H A D | 0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 12 This is caused by GOT code having a limit of 64k. In OpenRISC this 188 +Generate OpenRISC code for the small model: The GOT is limited to 64k. This is 193 +Generate OpenRISC code for the large model: The GOT may grow up to 4G in size.
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 139 /* Emit code to load the GOT register. */ 161 /* The GOT symbol is subject to a PC-relative relocation so we need a 192 /* GOT register (%l7) if needed. */ 201 /* If we need to emit the special GOT helper function, do so now. */
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ppc_asm.tmpl | 19 * These definitions simplify the ugly declarations necessary for GOT 24 * Uses r12 to access the GOT 45 #define GOT(NAME) .L_ ## NAME (r12)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | debug.S | 38 .word semi_writec_buf(GOT)
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | signal_32.c | 37 unsigned long GOT; member 319 err |= __get_user(regs->regs[12], &funcptr->GOT); in setup_frame() 389 err |= __get_user(regs->regs[12], &funcptr->GOT); in setup_rt_frame()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/ |
| H A D | Makefile | 34 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
|
| /OK3568_Linux_fs/buildroot/package/gcc/11.3.0/ |
| H A D | 0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 12 This is caused by GOT code having a limit of 64k. In OpenRISC this 188 +Generate OpenRISC code for the small model: The GOT is limited to 64k. This is 193 +Generate OpenRISC code for the large model: The GOT may grow up to 4G in size.
|
| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | Kconfig | 11 # of the GOT when targeting microMIPS, which we can't use in the VDSO due to
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 1571 lwz r5,GOT(__init_end) 1669 la r3,GOT(_GOT2_TABLE_) 1670 lwz r11,GOT(_GOT2_TABLE_) 1686 lwz r3,GOT(_FIXUP_TABLE_) 1704 lwz r3,GOT(__bss_start) 1705 lwz r4,GOT(__bss_end)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch | 32 printf("GOT ser:\n");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0002-use-pkgconfig-instead-of-npth-config.patch | 91 + AC_MSG_WARN([[GOT HERE - $NPTH_LIBS ]])
|
| /OK3568_Linux_fs/buildroot/package/elf2flt/ |
| H A D | 0004-elf2flt-add-riscv-64-bits-support.patch | 125 + /* The global pointer symbol is defined after the GOT. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 3564 links (e.g. GOT stuff) it doesn't matter what this is set to. */ 4190 This is a 24bit GOT-relative reloc for the mn10300. 4192 This is a 32bit GOT-relative reloc for the mn10300, offset by two 4195 This is a 24bit GOT-relative reloc for the mn10300, offset by two 4198 This is a 16bit GOT-relative reloc for the mn10300, offset by two 4203 Create GOT entry. 4529 may be a pc-relative or some form of GOT-indirect relocation. 4847 ADI Blackfin GOT relocation. 5663 12 bit GOT offset. 5669 Create GOT entry. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 3564 links (e.g. GOT stuff) it doesn't matter what this is set to. */ 4190 This is a 24bit GOT-relative reloc for the mn10300. 4192 This is a 32bit GOT-relative reloc for the mn10300, offset by two 4195 This is a 24bit GOT-relative reloc for the mn10300, offset by two 4198 This is a 16bit GOT-relative reloc for the mn10300, offset by two 4203 Create GOT entry. 4529 may be a pc-relative or some form of GOT-indirect relocation. 4847 ADI Blackfin GOT relocation. 5663 12 bit GOT offset. 5669 Create GOT entry. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | vmlinux.lds | 38 "Unexpected GOT/PLT entries detected!")
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.38/ |
| H A D | 0002-poison-system-directories.patch | 113 --enable-got=<type> GOT handling scheme (target, single, negative,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0007-warn-for-uses-of-system-directories-when-cross-linki.patch | 98 --enable-got=<type> GOT handling scheme (target, single, negative,
|