Home
last modified time | relevance | path

Searched refs:abiflags (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0001-build-Fix-GRUB-i386-pc-build-with-Ubuntu-gcc.patch49 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
50 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
62 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
63 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
71 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
72 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
80 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
81 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
89 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
90 …S) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R .r…
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Delf.c84 struct mips_elf_abiflags_v0 abiflags; in arch_elf_pt_proc() local
108 if (phdr32->p_filesz < sizeof(abiflags)) in arch_elf_pt_proc()
114 if (phdr64->p_filesz < sizeof(abiflags)) in arch_elf_pt_proc()
119 ret = kernel_read(elf, &abiflags, sizeof(abiflags), &pos); in arch_elf_pt_proc()
122 if (ret != sizeof(abiflags)) in arch_elf_pt_proc()
127 state->interp_fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()
129 state->fp_abi = abiflags.fp_abi; in arch_elf_pt_proc()
H A Dvmlinux.lds.S222 *(.MIPS.abiflags)
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dvdso.lds.S31 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags
61 *(.MIPS.abiflags)
76 abiflags 0x70000003;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-sysconfig.py-use-platlibdir-also-for-purelib.patch28 '{installed_base}/include/python{py_version_short}{abiflags}',
H A Dpython-config.patch36 'ldflags', 'extension-suffix', 'help', 'abiflags', 'configdir',