Lines Matching defs:fake
2818 Elf_Internal_Sym *fake = bfd_zmalloc (sizeof (*fake));
2819 if (fake == NULL)
2821 fake->st_value = val;
2822 fake->st_shndx
2824 sym = fake;
2914 Elf_Internal_Sym *fake;
2917 fake = bfd_zmalloc (sizeof (*fake));
2918 if (fake == NULL)
2920 fake->st_value = 0;
2921 fake->st_size = sec->size;
2922 fake->st_shndx
2924 fun = maybe_insert_function (sec, fake, false, false);