/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pj.c | 174 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()
|
D | tc-tic54x.c | 690 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/ |
D | nios2elf.em | 39 fake input file to hold the stub sections. */ 297 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | avrelf.em | 32 /* 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. */
|
D | metagelf.em | 43 fake input file to hold the stub sections. */ 281 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | hppaelf.em | 66 fake input file to hold the stub sections. */ 312 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | m68hc1xelf.em | 139 fake input file to hold the stub sections. */ 311 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | mipself.em | 231 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | ppc64elf.em | 71 fake input file to hold the stub sections. */ 605 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | aarch64elf.em | 327 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | armelf.em | 497 /* Avoid processing the fake stub_file in vercheck, stat_needed and
|
D | aix.em | 129 /* fake file for -binitfini support */
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-spu.c | 2792 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 …]
|
D | ChangeLog-2005 | 2769 (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
|
D | ChangeLog-2013 | 587 (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/ |
D | ecoff.c | 937 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()
|
D | ChangeLog-2010 | 66 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.
|
D | ChangeLog-2007 | 762 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/ |
D | test1xcoff32.d | 20 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x00000000 fake
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | elfd10v.sc | 90 /* This is a fake memory region at the top of the
|
D | pe.sc | 240 of the section. Unlike other targets that fake this by putting the
|
D | pep.sc | 245 of the section. Unlike other targets that fake this by putting the
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-asm.in | 226 any trailing fake arguments in the syntax string. */
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog | 178 * 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/ |
D | internals.texi | 1006 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
|