Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c1749 dump_load_commands (bfd *abfd, unsigned int cmd32, unsigned int cmd64) in dump_load_commands() function
2270 dump_load_commands (abfd, BFD_MACH_O_LC_SEGMENT, BFD_MACH_O_LC_SEGMENT_64); in mach_o_dump()
2274 dump_load_commands (abfd, 0, 0); in mach_o_dump()
2276 dump_load_commands (abfd, BFD_MACH_O_LC_DYSYMTAB, 0); in mach_o_dump()
2278 dump_load_commands (abfd, BFD_MACH_O_LC_CODE_SIGNATURE, 0); in mach_o_dump()
2280 dump_load_commands (abfd, BFD_MACH_O_LC_SEGMENT_SPLIT_INFO, 0); in mach_o_dump()
2282 dump_load_commands (abfd, BFD_MACH_O_LC_FUNCTION_STARTS, 0); in mach_o_dump()
2284 dump_load_commands (abfd, BFD_MACH_O_LC_DATA_IN_CODE, 0); in mach_o_dump()
2286 dump_load_commands (abfd, BFD_MACH_O_LC_TWOLEVEL_HINTS, 0); in mach_o_dump()
2295 dump_load_commands (abfd, BFD_MACH_O_LC_DYLD_INFO, 0); in mach_o_dump()
H A DChangeLog-2014771 (dump_load_commands): Adjust for added argument.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c1748 dump_load_commands (bfd *abfd, unsigned int cmd32, unsigned int cmd64) in dump_load_commands() function
2269 dump_load_commands (abfd, BFD_MACH_O_LC_SEGMENT, BFD_MACH_O_LC_SEGMENT_64); in mach_o_dump()
2273 dump_load_commands (abfd, 0, 0); in mach_o_dump()
2275 dump_load_commands (abfd, BFD_MACH_O_LC_DYSYMTAB, 0); in mach_o_dump()
2277 dump_load_commands (abfd, BFD_MACH_O_LC_CODE_SIGNATURE, 0); in mach_o_dump()
2279 dump_load_commands (abfd, BFD_MACH_O_LC_SEGMENT_SPLIT_INFO, 0); in mach_o_dump()
2281 dump_load_commands (abfd, BFD_MACH_O_LC_FUNCTION_STARTS, 0); in mach_o_dump()
2283 dump_load_commands (abfd, BFD_MACH_O_LC_DATA_IN_CODE, 0); in mach_o_dump()
2285 dump_load_commands (abfd, BFD_MACH_O_LC_TWOLEVEL_HINTS, 0); in mach_o_dump()
2294 dump_load_commands (abfd, BFD_MACH_O_LC_DYLD_INFO, 0); in mach_o_dump()
H A DChangeLog-2014771 (dump_load_commands): Adjust for added argument.