| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module-sections.c | 15 struct mod_section *got_sec = &mod->arch.got; in module_emit_got_entry() 17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry() local 19 if (got) in module_emit_got_entry() 20 return (unsigned long)got; in module_emit_got_entry() 23 got = (struct got_entry *)got_sec->shdr->sh_addr; in module_emit_got_entry() 24 got[i] = emit_got_entry(val); in module_emit_got_entry() 29 return (unsigned long)&got[i]; in module_emit_got_entry() 104 mod->arch.got.shdr = sechdrs + i; in module_frob_arch_sections() 113 if (!mod->arch.got.shdr) { in module_frob_arch_sections() 145 mod->arch.got.shdr->sh_type = SHT_NOBITS; in module_frob_arch_sections() [all …]
|
| /OK3568_Linux_fs/buildroot/package/elf2flt/ |
| H A D | 0004-elf2flt-add-riscv-64-bits-support.patch | 10 Furthermore, the .got and .got.plt sections must be reversed. These 2 13 (1) For the .got.plt and .got sections order swap, append_sed() is used 14 to rename "(.got.plt)" to "(.got.tmp)" and to rename "(.got)" to 15 "(.got.plt)". A last call finalize the name swap by replacing 16 "(.got.tmp)" with "(.got)" 118 + * The .got section must come before the .got.plt section 121 + append_sed(&sed, "(.got.plt)", "(.got.tmp)"); 122 + append_sed(&sed, "(.got.plt)", "(.got)"); 123 + append_sed(&sed, "(.got.tmp)", "(.got.plt)");
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/lib/ |
| H A D | insn.c | 115 if (prefixes->got) in insn_get_prefixes() 175 insn->rex_prefix.got = 1; in insn_get_prefixes() 223 insn->vex_prefix.got = 1; in insn_get_prefixes() 225 prefixes->got = 1; in insn_get_prefixes() 253 if (opcode->got) in insn_get_opcode() 256 if (!insn->prefixes.got) { in insn_get_opcode() 299 opcode->got = 1; in insn_get_opcode() 324 if (modrm->got) in insn_get_modrm() 327 if (!insn->opcode.got) { in insn_get_modrm() 352 modrm->got = 1; in insn_get_modrm() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | insn.c | 115 if (prefixes->got) in insn_get_prefixes() 175 insn->rex_prefix.got = 1; in insn_get_prefixes() 223 insn->vex_prefix.got = 1; in insn_get_prefixes() 225 prefixes->got = 1; in insn_get_prefixes() 253 if (opcode->got) in insn_get_opcode() 256 if (!insn->prefixes.got) { in insn_get_opcode() 299 opcode->got = 1; in insn_get_opcode() 324 if (modrm->got) in insn_get_modrm() 327 if (!insn->opcode.got) { in insn_get_modrm() 352 modrm->got = 1; in insn_get_modrm() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_test.h | 28 #define ADBG_EXPECT_TEEC_RESULT(c, exp, got) \ argument 29 ADBG_EXPECT_ENUM(c, exp, got, ADBG_EnumTable_TEEC_Result) 31 #define ADBG_EXPECT_TEEC_SUCCESS(c, got) \ argument 32 ADBG_EXPECT_ENUM(c, TEEC_SUCCESS, got, ADBG_EnumTable_TEEC_Result) 37 #define ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, exp, got) \ argument 38 ADBG_EXPECT_ENUM(c, exp, got, ADBG_EnumTable_TEEC_ErrorOrigin) 44 #define ADBG_EXPECT_CK_RESULT(c, exp, got) \ argument 45 ADBG_EXPECT_ENUM(c, exp, got, ADBG_EnumTable_CK_RV) 47 #define ADBG_EXPECT_CK_OK(c, got) \ argument 48 ADBG_EXPECT_ENUM(c, CKR_OK, got, ADBG_EnumTable_CK_RV)
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bmap.c | 1277 struct xfs_bmbt_irec got; in xfs_bmap_first_unused() local 1297 for_each_xfs_iext(ifp, &icur, &got) { in xfs_bmap_first_unused() 1301 if (got.br_startoff >= lowest + len && in xfs_bmap_first_unused() 1302 got.br_startoff - max >= len) in xfs_bmap_first_unused() 1304 lastaddr = got.br_startoff + got.br_blockcount; in xfs_bmap_first_unused() 1326 struct xfs_bmbt_irec got; in xfs_bmap_last_before() local 1348 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got)) in xfs_bmap_last_before() 1496 struct xfs_bmbt_irec *new = &bma->got; in xfs_bmap_add_extent_delay_real() 3225 if (!isnullstartblock(ap->got.br_startblock)) { in xfs_bmap_adjacent() 3229 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent() [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, 98 .got : { 99 *(.got) 101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_user_pages.c | 98 size_t got; in qib_get_user_pages() local 110 for (got = 0; got < num_pages; got += ret) { in qib_get_user_pages() 111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages() 112 num_pages - got, in qib_get_user_pages() 114 p + got, NULL); in qib_get_user_pages() 124 __qib_release_user_pages(p, got, 0); in qib_get_user_pages()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_reflink.c | 248 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked() local 253 if (!xfs_iext_lookup_extent(ip, ip->i_cowfp, offset_fsb, &icur, &got)) in xfs_reflink_convert_cow_locked() 257 if (got.br_startoff >= offset_fsb + count_fsb) in xfs_reflink_convert_cow_locked() 259 if (got.br_state == XFS_EXT_NORM) in xfs_reflink_convert_cow_locked() 261 if (WARN_ON_ONCE(isnullstartblock(got.br_startblock))) in xfs_reflink_convert_cow_locked() 264 xfs_trim_extent(&got, offset_fsb, count_fsb); in xfs_reflink_convert_cow_locked() 265 if (!got.br_blockcount) in xfs_reflink_convert_cow_locked() 268 got.br_state = XFS_EXT_NORM; in xfs_reflink_convert_cow_locked() 270 XFS_COW_FORK, &icur, &dummy_cur, &got, in xfs_reflink_convert_cow_locked() 274 } while (xfs_iext_next_extent(ip->i_cowfp, &icur, &got)); in xfs_reflink_convert_cow_locked() [all …]
|
| H A D | xfs_bmap_util.c | 87 error = xfs_bmap_extsize_align(mp, &ap->got, &ap->prev, in xfs_bmap_rtalloc() 189 struct xfs_bmbt_irec got; in xfs_bmap_count_leaves() local 192 for_each_xfs_iext(ifp, &icur, &got) { in xfs_bmap_count_leaves() 193 if (!isnullstartblock(got.br_startblock)) { in xfs_bmap_count_leaves() 194 *count += got.br_blockcount; in xfs_bmap_count_leaves() 262 struct xfs_bmbt_irec *got) in xfs_getbmap_report_one() argument 268 error = xfs_reflink_trim_around_shared(ip, got, &shared); in xfs_getbmap_report_one() 272 if (isnullstartblock(got->br_startblock) || in xfs_getbmap_report_one() 273 got->br_startblock == DELAYSTARTBLOCK) { in xfs_getbmap_report_one() 282 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | module.c | 69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local 73 symtab = got = NULL; in module_frob_arch_sections() 82 got = s; in module_frob_arch_sections() 90 if (!got) { in module_frob_arch_sections() 104 got->sh_size = 0; in module_frob_arch_sections() 105 got->sh_addralign = 8; in module_frob_arch_sections() 106 got->sh_type = SHT_NOBITS; in module_frob_arch_sections() 116 &got->sh_size); in module_frob_arch_sections() 141 unsigned long got, gp; in apply_relocate_add() local 152 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/src/ |
| H A D | ta.ld.S | 40 .got : { *(.got.plt) *(.got) } 49 .rel.got : { *(.rel.got) } 50 .rela.got : { *(.rela.got) }
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dir.c | 649 struct xfs_bmbt_irec got; in xchk_directory_blocks() local 680 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks() 684 (got.br_startoff > 0 || in xchk_directory_blocks() 685 got.br_blockcount != args.geo->fsbcount)) { in xchk_directory_blocks() 687 got.br_startoff); in xchk_directory_blocks() 692 if (got.br_startoff >= leaf_lblk) in xchk_directory_blocks() 706 for (lblk = roundup((xfs_dablk_t)got.br_startoff, in xchk_directory_blocks() 708 lblk < got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 715 dabno = got.br_startoff + got.br_blockcount; in xchk_directory_blocks() 717 found = xfs_iext_lookup_extent(sc->ip, ifp, lblk, &icur, &got); in xchk_directory_blocks() [all …]
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | insn.h | 19 unsigned char got; member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 152 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() 153 insn->displacement.got && insn->immediate.got; in insn_complete()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | insn.h | 19 unsigned char got; member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 152 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() 153 insn->displacement.got && insn->immediate.got; in insn_complete()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/src/ |
| H A D | ta.ld.S | 58 .got : { *(.got.plt) *(.got) } 70 .rel.got : { *(.rel.got) } 71 .rela.got : { *(.rela.got) }
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/src/ |
| H A D | ta.ld.S | 58 .got : { *(.got.plt) *(.got) } 70 .rel.got : { *(.rel.got) } 71 .rela.got : { *(.rela.got) }
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/compressed/ |
| H A D | vmlinux.lds.S | 69 .got.plt : { *(.got.plt) } 72 .got : { *(.got) } 84 *(.got)
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0009-bios-Don-t-try-to-guess-the-sections-alignment.patch | 131 - .got : AT(__got_lma) { 132 + .got : AT(ADDR(.got) + __vma_to_lma) { 134 KEEP (*(.got.plt)) 135 KEEP (*(.got)) 265 - .got : AT(__got_lma) { 266 + .got : AT(ADDR(.got) + __vma_to_lma) { 268 KEEP (*(.got.plt)) 269 KEEP (*(.got))
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | elf_ia32_efi.lds | 26 *(.got.plt) 27 *(.got) 41 *(.got.plt) 42 *(.got) 67 *(.rel.got)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch | 30 + unsigned int got = 0; 41 + retval = ext2fs_file_read(e2_file, ptr, count, &got); 47 + count -= got; 48 + ptr += got; 49 + done += got; 50 + if (got == 0 || count == 0)
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | dyn.lds.S | 53 .rel.got : { *(.rel.got) } 54 .rela.got : { *(.rela.got) } 154 .got : { *(.got.plt) *(.got) }
|
| /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, 457 .got : { 458 *(.got) *(.igot.*) 460 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/ |
| H A D | mpc512x_shared.c | 74 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local 140 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 141 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 149 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 150 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 157 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock() 170 got = clk_get_rate(clk_diu); in mpc512x_set_pixel_clock() 171 delta = abs(pixclock - got); in mpc512x_set_pixel_clock() 173 pixclock, got, delta, epsilon); in mpc512x_set_pixel_clock()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector.c | 15 #define CHECK_FLOW_KEYS(desc, got, expected) \ argument 16 CHECK_ATTR(memcmp(&got, &expected, sizeof(got)) != 0, \ 29 got.nhoff, expected.nhoff, \ 30 got.thoff, expected.thoff, \ 31 got.addr_proto, expected.addr_proto, \ 32 got.is_frag, expected.is_frag, \ 33 got.is_first_frag, expected.is_first_frag, \ 34 got.is_encap, expected.is_encap, \ 35 got.ip_proto, expected.ip_proto, \ 36 got.n_proto, expected.n_proto, \ [all …]
|