Home
last modified time | relevance | path

Searched refs:bfd_mach_o_xlat_name (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h619 typedef struct bfd_mach_o_xlat_name struct
624 bfd_mach_o_xlat_name; typedef
702 extern const bfd_mach_o_xlat_name bfd_mach_o_section_attribute_name[];
703 extern const bfd_mach_o_xlat_name bfd_mach_o_section_type_name[];
Dmach-o.c5334 const bfd_mach_o_xlat_name bfd_mach_o_section_type_name[] =
5356 const bfd_mach_o_xlat_name bfd_mach_o_section_attribute_name[] =
5377 const bfd_mach_o_xlat_name *x; in bfd_mach_o_get_section_type_from_name()
5399 const bfd_mach_o_xlat_name *x; in bfd_mach_o_get_section_attribute_from_name()
DChangeLog-2011235 (struct bfd_mach_o_xlat_name): Move to mach-o.h
248 * mach-o.h (bfd_mach_o_xlat_name): Added.
DChangeLog-20091943 (bfd_mach_o_xlat_name): New type.
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c98 static const bfd_mach_o_xlat_name bfd_mach_o_cpu_name[] =
118 static const bfd_mach_o_xlat_name bfd_mach_o_filetype_name[] =
134 static const bfd_mach_o_xlat_name bfd_mach_o_header_flags_name[] =
161 static const bfd_mach_o_xlat_name bfd_mach_o_load_command_name[] =
209 static const bfd_mach_o_xlat_name bfd_mach_o_thread_x86_name[] =
228 bfd_mach_o_print_flags (const bfd_mach_o_xlat_name *table, in bfd_mach_o_print_flags()
265 bfd_mach_o_get_name_or_null (const bfd_mach_o_xlat_name *table, in bfd_mach_o_get_name_or_null()
275 bfd_mach_o_get_name (const bfd_mach_o_xlat_name *table, unsigned long val) in bfd_mach_o_get_name()
650 static const bfd_mach_o_xlat_name bfd_mach_o_dyld_rebase_type_name[] =
1001 const bfd_mach_o_xlat_name *name_table; in dump_thread()
[all …]