Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c1651 dump_load_commands (bfd *abfd, unsigned int cmd32, unsigned int cmd64) in dump_load_commands() function
2175 dump_load_commands (abfd, BFD_MACH_O_LC_SEGMENT, BFD_MACH_O_LC_SEGMENT_64); in mach_o_dump()
2179 dump_load_commands (abfd, 0, 0); in mach_o_dump()
2181 dump_load_commands (abfd, BFD_MACH_O_LC_DYSYMTAB, 0); in mach_o_dump()
2183 dump_load_commands (abfd, BFD_MACH_O_LC_CODE_SIGNATURE, 0); in mach_o_dump()
2185 dump_load_commands (abfd, BFD_MACH_O_LC_SEGMENT_SPLIT_INFO, 0); in mach_o_dump()
2187 dump_load_commands (abfd, BFD_MACH_O_LC_FUNCTION_STARTS, 0); in mach_o_dump()
2189 dump_load_commands (abfd, BFD_MACH_O_LC_DATA_IN_CODE, 0); in mach_o_dump()
2191 dump_load_commands (abfd, BFD_MACH_O_LC_TWOLEVEL_HINTS, 0); in mach_o_dump()
2200 dump_load_commands (abfd, BFD_MACH_O_LC_DYLD_INFO, 0); in mach_o_dump()
DChangeLog-2014771 (dump_load_commands): Adjust for added argument.