Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h330 unsigned char entryoff[8]; /* File offset of the entry point. */ member
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h534 bfd_uint64_t entryoff; member
Dmach-o.c1189 bfd_h_put_64 (abfd, cmd->entryoff, raw.entryoff); in bfd_mach_o_write_main()
3088 cmd->command.main.entryoff = 0; in bfd_mach_o_build_commands()
3130 commands[main_idx].command.main.entryoff = in bfd_mach_o_build_commands()
4398 cmd->entryoff = bfd_get_64 (abfd, raw.entryoff); in bfd_mach_o_read_main()
4715 abfd->start_address = main_cmd->entryoff in bfd_mach_o_scan_start_address()
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1630 printf_uint64 (entry->entryoff); in dump_load_command()