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.27/bfd/
Dmach-o.h628 typedef struct bfd_mach_o_xlat_name struct
633 bfd_mach_o_xlat_name; argument
716 extern const bfd_mach_o_xlat_name bfd_mach_o_section_attribute_name[];
717 extern const bfd_mach_o_xlat_name bfd_mach_o_section_type_name[];
Dmach-o.c5445 const bfd_mach_o_xlat_name bfd_mach_o_section_type_name[] =
5467 const bfd_mach_o_xlat_name bfd_mach_o_section_attribute_name[] =
5488 const bfd_mach_o_xlat_name *x; in bfd_mach_o_get_section_type_from_name()
5510 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.27/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[] =
165 static const bfd_mach_o_xlat_name bfd_mach_o_load_command_name[] =
216 static const bfd_mach_o_xlat_name bfd_mach_o_thread_x86_name[] =
235 bfd_mach_o_print_flags (const bfd_mach_o_xlat_name *table, in bfd_mach_o_print_flags()
272 bfd_mach_o_get_name_or_null (const bfd_mach_o_xlat_name *table, in bfd_mach_o_get_name_or_null()
282 bfd_mach_o_get_name (const bfd_mach_o_xlat_name *table, unsigned long val) in bfd_mach_o_get_name()
657 static const bfd_mach_o_xlat_name bfd_mach_o_dyld_rebase_type_name[] =
1008 const bfd_mach_o_xlat_name *name_table; in dump_thread()
[all …]