Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c80 = bfd_mach_o_get_mach_o_section (text_section); in mach_o_begin()
240 msect = bfd_mach_o_get_mach_o_section (sec); in obj_mach_o_make_or_get_sect()
629 msect = bfd_mach_o_get_mach_o_section (sec); in obj_mach_o_segT_from_bfd_name()
823 bfd_mach_o_section *mo_sec = bfd_mach_o_get_mach_o_section (section); in obj_mach_o_opt_tgt_section()
863 = bfd_mach_o_get_mach_o_section (text_section); in obj_mach_o_base_section()
1027 sec = bfd_mach_o_get_mach_o_section (s->symbol.section) ; in obj_mach_o_set_symbol_qualifier()
1029 sec = bfd_mach_o_get_mach_o_section (now_seg) ; in obj_mach_o_set_symbol_qualifier()
1171 bfd_mach_o_section *sec = bfd_mach_o_get_mach_o_section (now_seg); in obj_mach_o_indirect_symbol()
1402 sec = bfd_mach_o_get_mach_o_section (s->symbol.section); in obj_mach_o_frob_label()
1450 sec = bfd_mach_o_get_mach_o_section (s->symbol.section); in obj_mach_o_frob_symbol()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h633 #define bfd_mach_o_get_mach_o_section(sec) \ macro
Dmach-o.c578 bfd_mach_o_section *os = bfd_mach_o_get_mach_o_section (osection); in bfd_mach_o_bfd_copy_private_section_data()
579 bfd_mach_o_section *is = bfd_mach_o_get_mach_o_section (isection); in bfd_mach_o_bfd_copy_private_section_data()
2355 bfd_mach_o_section *msect = bfd_mach_o_get_mach_o_section (sec); in bfd_mach_o_mangle_sections()
2576 bfd_mach_o_section *s = bfd_mach_o_get_mach_o_section (sec); in bfd_mach_o_set_section_flags_from_bfd()
3262 s = bfd_mach_o_get_mach_o_section (sec); in bfd_mach_o_new_section_hook()
3305 section = bfd_mach_o_get_mach_o_section (sec); in bfd_mach_o_init_section_from_mach_o()
3388 section = bfd_mach_o_get_mach_o_section (sec); in bfd_mach_o_read_section_32()
3427 section = bfd_mach_o_get_mach_o_section (sec); in bfd_mach_o_read_section_64()
4502 (seg, bfd_mach_o_get_mach_o_section (sec)); in bfd_mach_o_read_segment()
DChangeLog-20111002 (bfd_mach_o_get_mach_o_section): New macro.