/openbmc/linux/lib/kunit/ |
H A D | executor_test.c | 49 struct kunit_suite_set got; in filter_suites_test() local 75 struct kunit_suite_set got; in filter_suites_test_glob_test() local 104 struct kunit_suite_set got; in filter_suites_to_empty_test() local 156 struct kunit_suite_set got; in filter_attr_test() local 194 struct kunit_suite_set got; in filter_attr_empty_test() local 215 struct kunit_suite_set got; in filter_attr_skip_test() local
|
/openbmc/qemu/hw/core/ |
H A D | eif.c | 92 size_t got; in read_eif_header() local 136 size_t got; in read_eif_section_header() local 192 size_t got; in read_eif_kernel() local 238 size_t got = fread(cmdline, 1, size, f); in read_eif_cmdline() local 251 size_t got; in read_eif_ramdisk() local 274 size_t got; in get_signature_fingerprint_sha384() local 633 size_t got; in read_eif_file() local
|
/openbmc/u-boot/examples/standalone/ |
H A D | nds32.lds | 26 *(.got) 27 __got_end = .;
|
/openbmc/u-boot/arch/nds32/cpu/n1213/ |
H A D | u-boot.lds | 33 *(.got.plt) *(.got) 34 __got_end = .;
|
/openbmc/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 100 got = {} variable 129 got = set(models[name]["features"]) variable
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_strncmp.c | 30 int got; in strncmp_full_str_cmp() local 47 int err, got; in test_strncmp_ret() local
|
H A D | varlen.c | 8 #define CHECK_VAL(got, exp) \ argument
|
H A D | core_extern.c | 127 uint64_t *got, *exp; in test_core_extern() local
|
/openbmc/u-boot/arch/riscv/cpu/ |
H A D | u-boot.lds | 42 *(.got.plt) *(.got) 43 __got_end = .;
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 1235 struct xfs_bmbt_irec got; in xfs_bmap_first_unused() local 1282 struct xfs_bmbt_irec got; in xfs_bmap_last_before() local 3772 struct xfs_bmbt_irec *got, in xfs_bmapi_trim_map() 3881 struct xfs_bmbt_irec got; in xfs_bmapi_read() local 3968 struct xfs_bmbt_irec *got, in xfs_bmapi_reserve_delalloc() 4734 struct xfs_bmbt_irec got; in xfs_bmapi_remap() local 4892 struct xfs_bmbt_irec *got, in xfs_bmap_del_extent_delay() 5019 struct xfs_bmbt_irec *got, in xfs_bmap_del_extent_cow() 5782 struct xfs_bmbt_irec *got, in xfs_bmap_shift_update_extent() 5913 struct xfs_bmbt_irec got; in xfs_bmap_can_insert_extents() local [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | module.c | 69 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local 141 unsigned long got, gp; in apply_relocate_add() local
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | module.h | 22 struct mod_section got; member 39 struct got_entry *got = (struct got_entry *)(sec->shdr->sh_addr); in get_got_entry() local
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | module.h | 20 struct mod_section got; member 100 struct got_entry *got = (struct got_entry *)sechdrs[sec->shndx].sh_addr; in get_got_entry() local
|
/openbmc/linux/drivers/input/serio/ |
H A D | hil_mlc.c | 448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument 450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument 452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument 454 #define IN(to, got, got_error, timed_out) \ argument
|
/openbmc/linux/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 79 *(.got) 80 __got_end = .;
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_user_pages.c | 98 size_t got; in qib_get_user_pages() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_reflink.c | 251 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked() local 571 struct xfs_bmbt_irec got, del; in xfs_reflink_cancel_cow_blocks() local 711 struct xfs_bmbt_irec got, del, data; in xfs_reflink_end_cow_extent() local 1541 struct xfs_bmbt_irec got; in xfs_reflink_inode_has_shared_extents() local
|
H A D | xfs_bmap_util.c | 233 struct xfs_bmbt_irec got; in xfs_bmap_count_leaves() local 304 struct xfs_bmbt_irec *got) in xfs_getbmap_report_one() 414 struct xfs_bmbt_irec got, rec; in xfs_getbmap() local 600 struct xfs_bmbt_irec got, del; in xfs_bmap_punch_delalloc_range() local
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | module.h | 20 struct elf64_shdr *got; /* global offset table */ member
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | voice.c | 91 for (int got = 0; got < channels; ) { in snd_emu10k1_voice_alloc() local
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 62 unsigned long got, expected; in do_one_test() local
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/ |
H A D | load_unaligned_zeropad.c | 105 unsigned long got; in do_one_test() local
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | module-sections.c | 17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry() local
|
/openbmc/u-boot/lib/ |
H A D | fdtdec_test.c | 145 int got = ' '; in run_test() local
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module-sections.c | 16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); in module_emit_got_entry() local
|