Searched refs:got (Results 1 - 25 of 131) sorted by relevance

123456

/linux-master/arch/riscv/include/asm/
H A Dmodule.lds.h6 .got : { BYTE(0) }
7 .got.plt : { BYTE(0) }
/linux-master/arch/powerpc/include/asm/
H A Dmodule.lds.h6 *(.got .toc)
/linux-master/lib/kunit/
H A Dexecutor_test.c49 struct kunit_suite_set got; local
56 got = kunit_filter_suites(&suite_set, "suite2", NULL, NULL, &err);
57 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start);
59 free_suite_set_at_end(test, &got);
62 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start[0]);
63 KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->name, "suite2");
66 KUNIT_ASSERT_EQ(test, got.end - got.start, 1);
75 struct kunit_suite_set got; local
82 got
104 struct kunit_suite_set got; local
156 struct kunit_suite_set got; local
194 struct kunit_suite_set got; local
215 struct kunit_suite_set got; local
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dmodule.lds.h5 .got 0 : { BYTE(0) }
/linux-master/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S27 .got : {
28 *(.got.plt)
30 *(.got)
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c98 size_t got; local
110 for (got = 0; got < num_pages; got += ret) {
111 ret = pin_user_pages(start_page + got * PAGE_SIZE,
112 num_pages - got,
114 p + got);
124 __qib_release_user_pages(p, got, 0);
/linux-master/arch/x86/boot/compressed/
H A Dvmlinux.lds.S86 .got.plt (INFO) : {
87 *(.got.plt)
89 ASSERT(SIZEOF(.got.plt) == 0 ||
91 SIZEOF(.got.plt) == 0x18,
93 SIZEOF(.got.plt) == 0xc,
101 .got : {
102 *(.got)
104 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_strncmp.c30 int got; local
37 got = trigger_strncmp(skel);
38 ASSERT_EQ(got, exp, name);
47 int err, got; local
67 got = trigger_strncmp(skel);
68 ASSERT_EQ(got, -1, "strncmp: empty str");
72 got = trigger_strncmp(skel);
73 ASSERT_EQ(got, 0, "strncmp: same str");
78 got = trigger_strncmp(skel);
79 ASSERT_EQ(got,
[all...]
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S34 .got : {
35 *(.got.plt)
37 *(.got)
/linux-master/arch/s390/boot/
H A Dvmlinux.lds.S43 .got : {
44 *(.got)
147 * Make sure that the .got.plt is either completely empty or it
150 .got.plt : {
151 *(.got.plt)
153 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, "Unexpected GOT/PLT entries detected!")
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dbranch_loops.S21 ld r4, 2f@got(%r2)
/linux-master/arch/arm/boot/compressed/
H A Dvmlinux.lds.S31 * of the text/got segments.
71 .got.plt : { *(.got.plt) }
74 .got : { *(.got) }
86 *(.got)
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c15 struct mod_section *got_sec = &mod->arch.got;
17 struct got_entry *got = get_got_entry(val, got_sec); local
19 if (got)
20 return (unsigned long)got;
23 got = (struct got_entry *)got_sec->shdr->sh_addr;
24 got[i] = emit_got_entry(val);
29 return (unsigned long)&got[i];
98 * Find the empty .got and .plt sections.
103 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got"))
104 mod->arch.got
[all...]
/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S54 .got : {
55 *(.got)
H A Dmodule.c59 bits above 256 to store the got offset for this reloc. */
69 Elf64_Shdr *esechdrs, *symtab, *s, *got; local
73 symtab = got = NULL;
81 else if (!strcmp(".got", secstrings + s->sh_name)) {
82 got = s;
90 if (!got) {
91 printk(KERN_ERR "module %s: no got section\n", me->name);
104 got->sh_size = 0;
105 got->sh_addralign = 8;
106 got
141 unsigned long got, gp; local
[all...]
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c105 unsigned long got; local
111 got = load_unaligned_zeropad(p);
113 if (should != got) {
114 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should);
/linux-master/tools/testing/selftests/powerpc/security/
H A Dbranch_loops.S46 ld r6, jump_table@got(%r2)
49 ld r7, .Lstate_0@got(%r2)
75 ld r4, 2f@got(%r2)
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c14 struct mod_section *got_sec = &mod->arch.got;
16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); local
18 if (got)
19 return (Elf_Addr)got;
22 got = (struct got_entry *)sechdrs[got_sec->shndx].sh_addr;
23 got[i] = emit_got_entry(val);
35 return (Elf_Addr)&got[i];
114 if (!strcmp(secstrings + sechdrs[i].sh_name, ".got"))
115 mod->arch.got.shndx = i;
124 if (!mod->arch.got
[all...]
/linux-master/sound/pci/emu10k1/
H A Dvoice.c91 for (int got = 0; got < channels; ) {
92 result = voice_alloc(emu, type, count, epcm, &rvoice[got]);
94 got++;
97 rvoice[got - 1]->number, got, want);
109 for (int i = 0; i < got; i++) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1267 struct xfs_bmbt_irec got; local
1285 for_each_xfs_iext(ifp, &icur, &got) {
1289 if (got.br_startoff >= lowest + len &&
1290 got.br_startoff - max >= len)
1292 lastaddr = got.br_startoff + got.br_blockcount;
1314 struct xfs_bmbt_irec got; local
1335 if (!xfs_iext_lookup_extent_before(ip, ifp, last_block, &icur, &got))
1451 struct xfs_bmbt_irec *new = &bma->got;
3214 if (!isnullstartblock(ap->got
3859 xfs_bmapi_trim_map( struct xfs_bmbt_irec *mval, struct xfs_bmbt_irec *got, xfs_fileoff_t *bno, xfs_filblks_t len, xfs_fileoff_t obno, xfs_fileoff_t end, int n, uint32_t flags) argument
3970 struct xfs_bmbt_irec got; local
4055 xfs_bmapi_reserve_delalloc( struct xfs_inode *ip, int whichfork, xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc, struct xfs_bmbt_irec *got, struct xfs_iext_cursor *icur, int eof) argument
4746 struct xfs_bmbt_irec got; local
4899 xfs_bmap_del_extent_delay( struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) argument
5023 xfs_bmap_del_extent_cow( struct xfs_inode *ip, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *del) argument
5112 struct xfs_bmbt_irec got; /* current extent entry */ local
5362 struct xfs_bmbt_irec got; /* current extent record */ local
5680 xfs_bmse_can_merge( struct xfs_bmbt_irec *left, struct xfs_bmbt_irec *got, xfs_fileoff_t shift) argument
5712 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) argument
5798 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) argument
5853 struct xfs_bmbt_irec got, prev; local
5936 struct xfs_bmbt_irec got; local
5968 struct xfs_bmbt_irec got, next; local
6069 struct xfs_bmbt_irec got; local
[all...]
/linux-master/fs/xfs/scrub/
H A Dcow_repair.c365 struct xfs_bmbt_irec *got)
370 if (!xfs_iext_lookup_extent(ip, ifp, startoff, icur, got))
373 if (got->br_startoff > startoff)
376 if (got->br_blockcount == 0)
379 if (isnullstartblock(got->br_startblock))
382 if (xfs_bmap_is_written_extent(got))
395 * Given a CoW fork mapping @got and a replacement mapping @repl, remap the
396 * beginning of @got with the space described by @rep.
402 const struct xfs_bmbt_irec *got,
405 struct xfs_bmbt_irec new = *got; /* struc
361 xrep_cow_find_mapping( struct xrep_cow *xc, struct xfs_iext_cursor *icur, xfs_fileoff_t startoff, struct xfs_bmbt_irec *got) argument
399 xrep_cow_replace_mapping( struct xfs_inode *ip, struct xfs_iext_cursor *icur, const struct xfs_bmbt_irec *got, const struct xrep_cow_extent *repl) argument
449 struct xfs_bmbt_irec got; local
[all...]
/linux-master/arch/x86/lib/
H A Dinsn.c117 * to point to the (first) opcode. No effect if @insn->prefixes.got
131 if (prefixes->got)
190 insn->rex_prefix.got = 1;
238 insn->vex_prefix.got = 1;
240 prefixes->got = 1;
255 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
268 if (opcode->got)
312 opcode->got = 1;
325 * (prefixes and opcode(s)). No effect if @insn->modrm.got is already 1.
337 if (modrm->got)
[all...]
/linux-master/tools/arch/x86/lib/
H A Dinsn.c117 * to point to the (first) opcode. No effect if @insn->prefixes.got
131 if (prefixes->got)
190 insn->rex_prefix.got = 1;
238 insn->vex_prefix.got = 1;
240 prefixes->got = 1;
255 * Sets @insn->opcode.value = opcode1. No effect if @insn->opcode.got
268 if (opcode->got)
312 opcode->got = 1;
325 * (prefixes and opcode(s)). No effect if @insn->modrm.got is already 1.
337 if (modrm->got)
[all...]
/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S65 .got : {
67 *(.got)
269 * Make sure that the .got.plt is either completely empty or it
272 .got.plt : {
273 *(.got.plt)
275 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, "Unexpected GOT/PLT entries detected!")
/linux-master/arch/um/kernel/
H A Duml.lds.S96 .got : { *(.got.plt) *(.got) }

Completed in 262 milliseconds

123456