Home
last modified time | relevance | path

Searched full:got (Results 1 – 25 of 4289) sorted by relevance

12345678910>>...172

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/
H A Dadbg.h111 #define ADBG_EXPECT(Case_p, Expected, Got) \ argument
112 ADBG_EXPECT_ENUM(Case_p, Expected, Got, NULL)
114 #define ADBG_EXPECT_NOT(Case_p, Expected, Got) \ argument
115 ADBG_EXPECT_NOT_ENUM(Case_p, Expected, Got, NULL)
117 #define ADBG_EXPECT_ENUM(Case_p, Expected, Got, EnumTable_p) \ argument
118 Do_ADBG_Expect(Case_p, __FILE__, __LINE__, Expected, Got, #Got, \
121 #define ADBG_EXPECT_NOT_ENUM(Case_p, NotExpected, Got, EnumTable_p) \ argument
123 NotExpected, Got, #Got, EnumTable_p)
125 #define ADBG_EXPECT_BOOLEAN(Case_p, Expected, Got) \ argument
126 ADBG_EXPECT_ENUM(Case_p, Expected, Got, ADBG_EnumTable_Boolean)
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c34 CHECK(data->in1 != -1, "in1", "got %d != exp %d\n", data->in1, -1); in test_skeleton()
35 CHECK(data->out1 != -1, "out1", "got %d != exp %d\n", data->out1, -1); in test_skeleton()
36 CHECK(data->in2 != -1, "in2", "got %lld != exp %lld\n", data->in2, -1LL); in test_skeleton()
37 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL); in test_skeleton()
39 CHECK(bss->in3 != 0, "in3", "got %d != exp %d\n", bss->in3, 0); in test_skeleton()
40 CHECK(bss->out3 != 0, "out3", "got %d != exp %d\n", bss->out3, 0); in test_skeleton()
41 CHECK(bss->in4 != 0, "in4", "got %lld != exp %lld\n", bss->in4, 0LL); in test_skeleton()
42 CHECK(bss->out4 != 0, "out4", "got %lld != exp %lld\n", bss->out4, 0LL); in test_skeleton()
44 CHECK(rodata->in.in6 != 0, "in6", "got %d != exp %d\n", rodata->in.in6, 0); in test_skeleton()
45 CHECK(bss->out6 != 0, "out6", "got %d != exp %d\n", bss->out6, 0); in test_skeleton()
[all …]
H A Dringbuf.c48 CHECK(s->value != 333, "sample1_value", "exp %ld, got %ld\n", in process_sample()
52 CHECK(s->value != 777, "sample2_value", "exp %ld, got %ld\n", in process_sample()
111 "err_avail_size", "exp %ld, got %ld\n", in test_ringbuf()
114 "err_ring_size", "exp %ld, got %ld\n", in test_ringbuf()
117 "err_cons_pos", "exp %ld, got %ld\n", in test_ringbuf()
120 "err_prod_pos", "exp %ld, got %ld\n", in test_ringbuf()
130 CHECK(cnt != 2, "cnt", "exp %d samples, got %d\n", 2, cnt); in test_ringbuf()
137 CHECK(cnt != 0, "cnt", "exp %d samples, got %d\n", 0, cnt); in test_ringbuf()
139 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf()
141 CHECK(skel->bss->total != 2, "err_total", "exp %ld, got %ld\n", in test_ringbuf()
[all …]
H A Dringbuf_multi.c23 CHECK(ring != 1, "sample1_ring", "exp %d, got %d\n", 1, ring); in process_sample()
24 CHECK(s->value != 333, "sample1_value", "exp %ld, got %ld\n", in process_sample()
28 CHECK(ring != 2, "sample2_ring", "exp %d, got %d\n", 2, ring); in process_sample()
29 CHECK(s->value != 777, "sample2_value", "exp %ld, got %ld\n", in process_sample()
84 if (CHECK(err != 2, "poll_res", "expected 2 records, got %d\n", err)) in test_ringbuf_multi()
92 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf_multi()
94 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi()
96 CHECK(skel->bss->total != 2, "err_total", "exp %ld, got %ld\n", in test_ringbuf_multi()
/OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/
H A Dtest-shadow-vars.sh21 $MOD_TEST: got expected NULL result
35 $MOD_TEST: got expected PTR3 -> PTR2 result
37 $MOD_TEST: got expected PTR6 -> PTR5 result
39 $MOD_TEST: got expected PTR8 -> PTR7 result
41 $MOD_TEST: got expected PTR11 -> PTR10 result
43 $MOD_TEST: got expected PTR13 -> PTR12 result
45 $MOD_TEST: got expected PTR16 -> PTR15 result
47 $MOD_TEST: got expected PTR3 -> PTR2 result
49 $MOD_TEST: got expected PTR8 -> PTR7 result
51 $MOD_TEST: got expected PTR13 -> PTR12 result
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dinode-tests.c267 test_err("got an error when we shouldn't have"); in test_btrfs_get_extent()
271 test_err("expected a hole, got %llu", em->block_start); in test_btrfs_get_extent()
286 test_err("got an error when we shouldn't have"); in test_btrfs_get_extent()
290 test_err("expected a hole, got %llu", em->block_start); in test_btrfs_get_extent()
295 "unexpected extent wanted start 0 len 5, got start %llu len %llu", in test_btrfs_get_extent()
308 test_err("got an error when we shouldn't have"); in test_btrfs_get_extent()
312 test_err("expected an inline, got %llu", em->block_start); in test_btrfs_get_extent()
318 "unexpected extent wanted start %llu len 1, got start %llu len %llu", in test_btrfs_get_extent()
336 test_err("got an error when we shouldn't have"); in test_btrfs_get_extent()
340 test_err("expected a hole, got %llu", em->block_start); in test_btrfs_get_extent()
[all …]
/OK3568_Linux_fs/buildroot/package/elf2flt/
H A D0004-elf2flt-add-riscv-64-bits-support.patch10 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)");
125 + /* The global pointer symbol is defined after the GOT. */
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule-sections.c15 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()
98 * Find the empty .got and .plt sections. in module_frob_arch_sections()
103 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections()
104 mod->arch.got.shdr = sechdrs + i; in module_frob_arch_sections()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Delf.h72 #define R_PPC_GOT_TLSGD16 79 /* half16* (sym+add)@got@tlsgd */
73 #define R_PPC_GOT_TLSGD16_LO 80 /* half16 (sym+add)@got@tlsgd@l */
74 #define R_PPC_GOT_TLSGD16_HI 81 /* half16 (sym+add)@got@tlsgd@h */
75 #define R_PPC_GOT_TLSGD16_HA 82 /* half16 (sym+add)@got@tlsgd@ha */
76 #define R_PPC_GOT_TLSLD16 83 /* half16* (sym+add)@got@tlsld */
77 #define R_PPC_GOT_TLSLD16_LO 84 /* half16 (sym+add)@got@tlsld@l */
78 #define R_PPC_GOT_TLSLD16_HI 85 /* half16 (sym+add)@got@tlsld@h */
79 #define R_PPC_GOT_TLSLD16_HA 86 /* half16 (sym+add)@got@tlsld@ha */
80 #define R_PPC_GOT_TPREL16 87 /* half16* (sym+add)@got@tprel */
81 #define R_PPC_GOT_TPREL16_LO 88 /* half16 (sym+add)@got@tprel@l */
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Delf.h18 #define R_390_GOT12 6 /* 12 bit GOT offset. */
19 #define R_390_GOT32 7 /* 32 bit GOT offset. */
22 #define R_390_GLOB_DAT 10 /* Create GOT entry. */
25 #define R_390_GOTOFF32 13 /* 32 bit offset to GOT. */
26 #define R_390_GOTPC 14 /* 32 bit PC rel. offset to GOT. */
27 #define R_390_GOT16 15 /* 16 bit GOT offset. */
33 #define R_390_GOTPCDBL 21 /* 32 bit PC rel. GOT shifted by 1. */
36 #define R_390_GOT64 24 /* 64 bit GOT offset. */
38 #define R_390_GOTENT 26 /* 32 bit PC rel. to GOT entry >> 1. */
39 #define R_390_GOTOFF16 27 /* 16 bit offset to GOT. */
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bmap.c1277 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/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h1398 #define R_68K_GOT32 7 /* 32 bit PC relative GOT entry */
1399 #define R_68K_GOT16 8 /* 16 bit PC relative GOT entry */
1400 #define R_68K_GOT8 9 /* 8 bit PC relative GOT entry */
1401 #define R_68K_GOT32O 10 /* 32 bit GOT offset */
1402 #define R_68K_GOT16O 11 /* 16 bit GOT offset */
1403 #define R_68K_GOT8O 12 /* 8 bit GOT offset */
1411 #define R_68K_GLOB_DAT 20 /* Create GOT entry */
1414 #define R_68K_TLS_GD32 25 /* 32 bit GOT offset for GD */
1415 #define R_68K_TLS_GD16 26 /* 16 bit GOT offset for GD */
1416 #define R_68K_TLS_GD8 27 /* 8 bit GOT offset for GD */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h1398 #define R_68K_GOT32 7 /* 32 bit PC relative GOT entry */
1399 #define R_68K_GOT16 8 /* 16 bit PC relative GOT entry */
1400 #define R_68K_GOT8 9 /* 8 bit PC relative GOT entry */
1401 #define R_68K_GOT32O 10 /* 32 bit GOT offset */
1402 #define R_68K_GOT16O 11 /* 16 bit GOT offset */
1403 #define R_68K_GOT8O 12 /* 8 bit GOT offset */
1411 #define R_68K_GLOB_DAT 20 /* Create GOT entry */
1414 #define R_68K_TLS_GD32 25 /* 32 bit GOT offset for GD */
1415 #define R_68K_TLS_GD16 26 /* 16 bit GOT offset for GD */
1416 #define R_68K_TLS_GD8 27 /* 8 bit GOT offset for GD */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A Ds390-Operand-Modifier.html76 to an object in the global offset table (GOT) or the procedure linkage
81 The term &lsquo;<samp>symbol</samp>&rsquo; is the symbol that will be entered into the GOT or
90 <dt><code>@got</code></dt>
92 <dd><p>The @got modifier can be used for displacement fields, 16-bit immediate
94 synonym to @got. The symbol is added to the GOT. For displacement
96 the offset from the start of the GOT to the GOT slot for the symbol.
97 For a 32-bit pc-relative field the pc-relative offset to the GOT
102 The symbol is added to the GOT and the symbol term is replaced with
103 the pc-relative offset from the current instruction to the GOT slot for the
108 term is replaced with the offset from the start of the GOT to the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A Ds390-Operand-Modifier.html76 to an object in the global offset table (GOT) or the procedure linkage
81 The term &lsquo;<samp>symbol</samp>&rsquo; is the symbol that will be entered into the GOT or
90 <dt><code>@got</code></dt>
92 <dd><p>The @got modifier can be used for displacement fields, 16-bit immediate
94 synonym to @got. The symbol is added to the GOT. For displacement
96 the offset from the start of the GOT to the GOT slot for the symbol.
97 For a 32-bit pc-relative field the pc-relative offset to the GOT
102 The symbol is added to the GOT and the symbol term is replaced with
103 the pc-relative offset from the current instruction to the GOT slot for the
108 term is replaced with the offset from the start of the GOT to the
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmodule.c20 /* Allocate the GOT at the end of the core sections. */
59 bits above 256 to store the got offset for this reloc. */ in process_reloc_for_got()
69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local
73 symtab = got = NULL; in module_frob_arch_sections()
81 else if (!strcmp(".got", secstrings + s->sh_name)) { in module_frob_arch_sections()
82 got = s; in module_frob_arch_sections()
90 if (!got) { in module_frob_arch_sections()
91 printk(KERN_ERR "module %s: no got section\n", me->name); 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()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.h28 #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/arch/x86/boot/compressed/
H A Dvmlinux.lds.S83 .got.plt (INFO) : {
84 *(.got.plt)
86 ASSERT(SIZEOF(.got.plt) == 0 ||
88 SIZEOF(.got.plt) == 0x18,
90 SIZEOF(.got.plt) == 0xc,
92 "Unexpected GOT/PLT entries detected!")
98 .got : {
99 *(.got)
101 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmodule.c67 case R_390_GOT12: /* 12 bit GOT offset. */ in check_rela()
68 case R_390_GOT16: /* 16 bit GOT offset. */ in check_rela()
69 case R_390_GOT20: /* 20 bit GOT offset. */ in check_rela()
70 case R_390_GOT32: /* 32 bit GOT offset. */ in check_rela()
71 case R_390_GOT64: /* 64 bit GOT offset. */ in check_rela()
72 case R_390_GOTENT: /* 32 bit PC rel. to GOT entry shifted by 1. */ in check_rela()
88 case R_390_PLTOFF16: /* 16 bit offset from GOT to PLT. */ in check_rela()
89 case R_390_PLTOFF32: /* 32 bit offset from GOT to PLT. */ in check_rela()
90 case R_390_PLTOFF64: /* 16 bit offset from GOT to PLT. */ in check_rela()
107 * Account for GOT and PLT relocations. We can't add sections for
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dstat.h67 * parameter to statx(). What statx() actually got will be indicated in
141 #define STATX_TYPE 0x00000001U /* Want/got stx_mode & S_IFMT */
142 #define STATX_MODE 0x00000002U /* Want/got stx_mode & ~S_IFMT */
143 #define STATX_NLINK 0x00000004U /* Want/got stx_nlink */
144 #define STATX_UID 0x00000008U /* Want/got stx_uid */
145 #define STATX_GID 0x00000010U /* Want/got stx_gid */
146 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */
147 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */
148 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */
149 #define STATX_INO 0x00000100U /* Want/got stx_ino */
[all …]
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dstat.h67 * parameter to statx(). What statx() actually got will be indicated in
141 #define STATX_TYPE 0x00000001U /* Want/got stx_mode & S_IFMT */
142 #define STATX_MODE 0x00000002U /* Want/got stx_mode & ~S_IFMT */
143 #define STATX_NLINK 0x00000004U /* Want/got stx_nlink */
144 #define STATX_UID 0x00000008U /* Want/got stx_uid */
145 #define STATX_GID 0x00000010U /* Want/got stx_gid */
146 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */
147 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */
148 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */
149 #define STATX_INO 0x00000100U /* Want/got stx_ino */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dstat.h67 * parameter to statx(). What statx() actually got will be indicated in
138 #define STATX_TYPE 0x00000001U /* Want/got stx_mode & S_IFMT */
139 #define STATX_MODE 0x00000002U /* Want/got stx_mode & ~S_IFMT */
140 #define STATX_NLINK 0x00000004U /* Want/got stx_nlink */
141 #define STATX_UID 0x00000008U /* Want/got stx_uid */
142 #define STATX_GID 0x00000010U /* Want/got stx_gid */
143 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */
144 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */
145 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */
146 #define STATX_INO 0x00000100U /* Want/got stx_ino */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dstat.h67 * parameter to statx(). What statx() actually got will be indicated in
138 #define STATX_TYPE 0x00000001U /* Want/got stx_mode & S_IFMT */
139 #define STATX_MODE 0x00000002U /* Want/got stx_mode & ~S_IFMT */
140 #define STATX_NLINK 0x00000004U /* Want/got stx_nlink */
141 #define STATX_UID 0x00000008U /* Want/got stx_uid */
142 #define STATX_GID 0x00000010U /* Want/got stx_gid */
143 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */
144 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */
145 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */
146 #define STATX_INO 0x00000100U /* Want/got stx_ino */
[all …]
/OK3568_Linux_fs/kernel/tools/arch/x86/lib/
H A Dinsn.c101 * to point to the (first) opcode. No effect if @insn->prefixes.got
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()
240 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
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()
312 * (prefixes and opcode(s)). No effect if @insn->modrm.got is already 1.
[all …]
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dinsn.c101 * to point to the (first) opcode. No effect if @insn->prefixes.got
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()
240 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
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()
312 * (prefixes and opcode(s)). No effect if @insn->modrm.got is already 1.
[all …]

12345678910>>...172