Home
last modified time | relevance | path

Searched refs:mach_o_wide_p (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c69 mach_o_wide_p (bfd_mach_o_header *header) in mach_o_wide_p() function
86 return mach_o_wide_p (&bfd_mach_o_get_data (abfd)->header); in bfd_mach_o_wide_p()
1082 size = mach_o_wide_p (header) ? in bfd_mach_o_write_header()
1093 if (mach_o_wide_p (header)) in bfd_mach_o_write_header()
2807 unsigned wide = mach_o_wide_p (&mdata->header); in bfd_mach_o_layout_commands()
2886 unsigned wide = mach_o_wide_p (&mdata->header); in bfd_mach_o_init_segment()
2915 unsigned wide = mach_o_wide_p (&mdata->header); in bfd_mach_o_build_commands()
3234 size = mach_o_wide_p (header) ? in bfd_mach_o_read_header()
3248 if (mach_o_wide_p (header)) in bfd_mach_o_read_header()
3467 unsigned int wide = mach_o_wide_p (&mdata->header); in bfd_mach_o_read_symtab_symbol()
[all …]
DChangeLog-20092493 (mach_o_wide_p): New function.
2499 (bfd_mach_o_write_header): Use mach_o_wide_p instead of hard-coded
2513 (bfd_mach_o_build_commands): Use mach_o_wide_p instead of hard-coded
2516 Use mach_o_wide_p instead of hard-coded test.
2533 (bfd_mach_o_scan): Use mach_o_wide_p instead of hard-coded test.