Searched refs:obj_mach_o_segT_from_bfd_name (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-macho.c | 51 static segT obj_mach_o_segT_from_bfd_name (const char *, int); 75 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in mach_o_begin() 594 obj_mach_o_segT_from_bfd_name (const char *nam, int must_succeed) in obj_mach_o_segT_from_bfd_name() function 664 section = obj_mach_o_segT_from_bfd_name (known_sections[sect_index], 1); in obj_mach_o_known_section() 712 section = obj_mach_o_segT_from_bfd_name (objc_sections[sect_index], 1); in obj_mach_o_objc_section() 757 section = obj_mach_o_segT_from_bfd_name (debug_sections[sect_index], 1); in obj_mach_o_debug_section() 805 section = obj_mach_o_segT_from_bfd_name (tgtsct->name, 0); in obj_mach_o_opt_tgt_section() 849 text_section = obj_mach_o_segT_from_bfd_name (TEXT_SECTION_NAME, 1); in obj_mach_o_base_section() 860 data_section = obj_mach_o_segT_from_bfd_name (DATA_SECTION_NAME, 1); in obj_mach_o_base_section() 867 bss_section = obj_mach_o_segT_from_bfd_name (BSS_SECTION_NAME, 1); in obj_mach_o_base_section() [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2011 | 5 * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Forward decl. 91 (obj_mach_o_segT_from_bfd_name): New. 93 (obj_mach_o_known_section): Use obj_mach_o_segT_from_bfd_name.
|
D | ChangeLog-2012 | 1939 * config/obj-macho.c (obj_mach_o_segT_from_bfd_name): Tidy definition.
|