Home
last modified time | relevance | path

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

123

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pj.c174 pj_opc_info_t * fake = XNEW (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.c675 char fake[] = ".fake_stagNNNNNNN"; in tic54x_struct() local
676 sprintf (fake, ".fake_stag%d", struct_count++); in tic54x_struct()
677 current_stag->sym = symbol_new (fake, absolute_section, in tic54x_struct()
915 char fake[] = ".fake_fieldNNNNN"; in tic54x_struct_field() local
917 sprintf (fake, ".fake_field%d", fieldno++); in tic54x_struct_field()
918 stag_add_field (current_stag, fake, in tic54x_struct_field()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dnios2elf.em39 fake input file to hold the stub sections. */
299 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Davrelf.em33 /* The fake file and it's corresponding section meant to hold
104 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. */
313 /* 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.em227 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Dppc64elf.em70 fake input file to hold the stub sections. */
644 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Daarch64elf.em329 /* Avoid processing the fake stub_file in vercheck, stat_needed and
Darmelf.em540 /* Avoid processing the fake stub_file in vercheck, stat_needed and
/toolchain/binutils/binutils-2.27/bfd/
Delf32-spu.c2801 Elf_Internal_Sym *fake = bfd_zmalloc (sizeof (*fake)); in mark_functions_via_relocs() local
2802 if (fake == NULL) in mark_functions_via_relocs()
2804 fake->st_value = val; in mark_functions_via_relocs()
2805 fake->st_shndx in mark_functions_via_relocs()
2807 sym = fake; in mark_functions_via_relocs()
2897 Elf_Internal_Sym *fake; in pasted_function() local
2900 fake = bfd_zmalloc (sizeof (*fake)); in pasted_function()
2901 if (fake == NULL) in pasted_function()
2903 fake->st_value = 0; in pasted_function()
2904 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.27/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
2258 if (! fake) in add_file()
2259 cur_file_ptr->fake = 0; in add_file()
2277 fil_ptr->fake = fake; in add_file()
4677 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.27/gas/testsuite/gas/ppc/
Dtest1xcoff32.d20 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x00000000 fake
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Delfd10v.sc90 /* This is a fake memory region at the top of the
Dpep.sc253 of the section. Unlike other targets that fake this by putting the
Dpe.sc240 of the section. Unlike other targets that fake this by putting the
/toolchain/binutils/binutils-2.27/opcodes/
Dcgen-asm.in226 any trailing fake arguments in the syntax string. */
/toolchain/binutils/binutils-2.27/zlib/
Dmake_vms.com121 $! Build a fake configure input header
/toolchain/binutils/binutils-2.27/include/elf/
DChangeLog-0415440 * aarch64.h: Add ELF32 reloc codes and remove fake ELF64 ones.
2173 (R_MIPS16_min): New fake reloc code.
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi1002 You may define this macro to control what GAS considers to be a fake
1003 label. The default fake label is FAKE_LABEL_NAME.
1402 If you define this macro, GAS will call it each time a fake label is created

123