Home
last modified time | relevance | path

Searched refs:bfd_mach_o_get_section_attribute_from_name (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h679 unsigned int bfd_mach_o_get_section_attribute_from_name (const char *);
DChangeLog-2011331 (bfd_mach_o_get_section_attribute_from_name): Likewise.
1094 (bfd_mach_o_get_section_attribute_from_name): Ditto.
Dmach-o.c5397 bfd_mach_o_get_section_attribute_from_name (const char *name) in bfd_mach_o_get_section_attribute_from_name() function
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c385 attr = bfd_mach_o_get_section_attribute_from_name (p); in obj_mach_o_section()