Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 53) sorted by relevance

123

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-pj.c174 pj_opc_info_t * fake = xmalloc (sizeof (pj_opc_info_t)); in fake_opcode() local
176 fake->opcode = -1; in fake_opcode()
177 fake->opcode_next = -1; in fake_opcode()
178 fake->u.func = func; in fake_opcode()
179 hash_insert (opcode_hash_control, name, (char *) fake); in fake_opcode()
Dtc-tic54x.c690 char fake[] = ".fake_stagNNNNNNN"; in tic54x_struct() local
691 sprintf (fake, ".fake_stag%d", struct_count++); in tic54x_struct()
692 current_stag->sym = symbol_new (fake, absolute_section, in tic54x_struct()
927 char fake[] = ".fake_fieldNNNNN"; in tic54x_struct_field() local
929 sprintf (fake, ".fake_field%d", fieldno++); in tic54x_struct_field()
930 stag_add_field (current_stag, fake, in tic54x_struct_field()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dnios2elf.em39 fake input file to hold the stub sections. */
297 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Davrelf.em32 /* The fake file and it's corresponding section meant to hold
103 fake input file to hold the stub section and generate the section itself. */
Dmetagelf.em43 fake input file to hold the stub sections. */
281 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Dhppaelf.em66 fake input file to hold the stub sections. */
312 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Dm68hc1xelf.em139 fake input file to hold the stub sections. */
311 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Dmipself.em231 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Dppc64elf.em71 fake input file to hold the stub sections. */
605 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Daarch64elf.em327 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Darmelf.em497 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Daix.em129 /* fake file for -binitfini support */
/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c2792 Elf_Internal_Sym *fake = bfd_zmalloc (sizeof (*fake)); in mark_functions_via_relocs() local
2793 if (fake == NULL) in mark_functions_via_relocs()
2795 fake->st_value = val; in mark_functions_via_relocs()
2796 fake->st_shndx in mark_functions_via_relocs()
2798 sym = fake; in mark_functions_via_relocs()
2888 Elf_Internal_Sym *fake; in pasted_function() local
2891 fake = bfd_zmalloc (sizeof (*fake)); in pasted_function()
2892 if (fake == NULL) in pasted_function()
2894 fake->st_value = 0; in pasted_function()
2895 fake->st_size = sec->size; in pasted_function()
[all …]
DChangeLog-20052769 (func_desc_adjust): Hide fake function descriptors when function
4788 * elf64-ppc.c (add_symbol_adjust): Don't create fake descriptor
4797 * elf64-ppc.c (struct ppc_link_hash_entry): Add "fake".
4799 (make_fdh): Remove flags param. Always create fake func desc
4801 (ppc64_elf_archive_symbol_lookup): Don't return fake syms.
4803 (func_desc_adjust): Likewise. Twiddle any pre-existing fake
DChangeLog-2013587 (bfd_elf_final_link): Initialize new field. Move fake STT_FILE
799 but does not end with a full page, then append a fake section into
1120 (ppc64_elf_process_dot_syms): Don't make a fake function descriptor
/toolchain/binutils/binutils-2.25/gas/
Decoff.c937 int fake; /* whether this is faked .file */ member
1426 static void add_file (const char *file_name, int indx, int fake);
2185 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file() argument
2261 if (! fake) in add_file()
2262 cur_file_ptr->fake = 0; in add_file()
2280 fil_ptr->fake = fake; in add_file()
4690 if (! end_warning && ! cur_file_ptr->fake) in ecoff_build_debug()
DChangeLog-201066 for new fake labels created off the dot special symbol.
69 * config/tc-mips.c (my_getExpression): Remove MIPS16 fake label
1058 a fake label.
DChangeLog-2007762 fake index registers.
764 (i386_index_check): Support fake index registers.
765 (parse_real_register): Return NULL on eiz/riz if fake index
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
Dtest1xcoff32.d20 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x00000000 fake
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delfd10v.sc90 /* This is a fake memory region at the top of the
Dpe.sc240 of the section. Unlike other targets that fake this by putting the
Dpep.sc245 of the section. Unlike other targets that fake this by putting the
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-asm.in226 any trailing fake arguments in the syntax string. */
/toolchain/binutils/binutils-2.25/include/elf/
DChangeLog178 * aarch64.h: Add ELF32 reloc codes and remove fake ELF64 ones.
1859 (R_MIPS16_min): New fake reloc code.
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi1006 You may define this macro to control what GAS considers to be a fake
1007 label. The default fake label is FAKE_LABEL_NAME.
1406 If you define this macro, GAS will call it each time a fake label is created

123