Home
last modified time | relevance | path

Searched refs:GOT (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S331 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 D0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch7 the GOT slot.
30 - GOT slot. */
33 + stored in the GOT slot. */
H A D0002-poison-system-directories.patch113 --enable-got=<type> GOT handling scheme (target, single, negative,
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S661 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 Dtest_lwt_bpf.sh116 GOT="$(filter_trace "$TRACE")"
118 [ "$GOT" != "$EXPECT" ] && {
119 expect_fail "$EXPECT" "$GOT"
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S833 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 D0001-bn_mul.h-fix-x86-PIC-inline-ASM-compilation-with-GCC.patch17 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 D0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch142 /* 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 D0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch12 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 D0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch139 /* 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 Dppc_asm.tmpl19 * 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 Ddebug.S38 .word semi_writec_buf(GOT)
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsignal_32.c37 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 DMakefile34 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch12 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 DKconfig11 # 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 Dstart.S1571 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 D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch32 printf("GOT ser:\n");
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/gnupg/
H A D0002-use-pkgconfig-instead-of-npth-config.patch91 + AC_MSG_WARN([[GOT HERE - $NPTH_LIBS ]])
/OK3568_Linux_fs/buildroot/package/elf2flt/
H A D0004-elf2flt-add-riscv-64-bits-support.patch125 + /* 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 Dbfd.info3564 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 Dbfd.info3564 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 Dvmlinux.lds38 "Unexpected GOT/PLT entries detected!")
/OK3568_Linux_fs/buildroot/package/binutils/2.38/
H A D0002-poison-system-directories.patch113 --enable-got=<type> GOT handling scheme (target, single, negative,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0007-warn-for-uses-of-system-directories-when-cross-linki.patch98 --enable-got=<type> GOT handling scheme (target, single, negative,

123