Home
last modified time | relevance | path

Searched refs:BFD_MACH_O_LC_DYSYMTAB (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/mach-o/
Dloader.h148 BFD_MACH_O_LC_DYSYMTAB = 0xb, /* Dynamic link-edit symbol table info. */ enumerator
/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c177 { "dysymtab", BFD_MACH_O_LC_DYSYMTAB},
1509 case BFD_MACH_O_LC_DYSYMTAB: in dump_load_command()
2181 dump_load_commands (abfd, BFD_MACH_O_LC_DYSYMTAB, 0); in mach_o_dump()
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c2088 BFD_ASSERT (command->type == BFD_MACH_O_LC_DYSYMTAB); in bfd_mach_o_write_dysymtab()
2490 case BFD_MACH_O_LC_DYSYMTAB: in bfd_mach_o_write_contents()
2609 case BFD_MACH_O_LC_DYSYMTAB: in bfd_mach_o_write_contents()
2932 case BFD_MACH_O_LC_DYSYMTAB: in bfd_mach_o_layout_commands()
3173 cmd->type = BFD_MACH_O_LC_DYSYMTAB; in bfd_mach_o_build_commands()
4110 BFD_ASSERT (command->type == BFD_MACH_O_LC_DYSYMTAB); in bfd_mach_o_read_dysymtab()
4695 case BFD_MACH_O_LC_DYSYMTAB: in bfd_mach_o_read_command()