Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h338 unsigned char entryoff[8]; /* File offset of the entry point. */ member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h338 unsigned char entryoff[8]; /* File offset of the entry point. */ member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h548 uint64_t entryoff; member
H A Dmach-o.c1354 bfd_h_put_64 (abfd, cmd->entryoff, raw.entryoff); in bfd_mach_o_write_main()
3351 cmd->command.main.entryoff = 0; in bfd_mach_o_build_commands()
3394 commands[main_idx].command.main.entryoff = in bfd_mach_o_build_commands()
4778 cmd->entryoff = bfd_get_64 (abfd, raw.entryoff); in bfd_mach_o_read_main()
5157 abfd->start_address = main_cmd->entryoff in bfd_mach_o_scan_start_address()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h548 uint64_t entryoff; member
H A Dmach-o.c1355 bfd_h_put_64 (abfd, cmd->entryoff, raw.entryoff); in bfd_mach_o_write_main()
3334 cmd->command.main.entryoff = 0; in bfd_mach_o_build_commands()
3377 commands[main_idx].command.main.entryoff = in bfd_mach_o_build_commands()
4751 cmd->entryoff = bfd_get_64 (abfd, raw.entryoff); in bfd_mach_o_read_main()
5130 abfd->start_address = main_cmd->entryoff in bfd_mach_o_scan_start_address()
/netbsd-src/sys/kern/
H A Dexec_elf.c421 struct exec_vmcmd_set *vcset, u_long *entryoff, Elf_Addr *last) in elf_load_interp()
609 * must contain the .text section. *entryoff is in elf_load_interp()
614 *entryoff = eh.e_entry - base_ph->p_vaddr; in elf_load_interp()
418 elf_load_interp(struct lwp * l,struct exec_package * epp,char * path,struct exec_vmcmd_set * vcset,u_long * entryoff,Elf_Addr * last) elf_load_interp() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d2475 ulong entryoff; in version() member
3384 ulong entryoff; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h929 uint64_t entryoff; member
1217 sys::swapByteOrder(e.entryoff); in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp378 IO.mapRequired("entryoff", LoadCommand.entryoff); in mapping()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c1727 entry->entryoff, entry->stacksize); in dump_load_command()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c1726 entry->entryoff, entry->stacksize); in dump_load_command()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1617 lc_main_offset = LCmain.entryoff; in dumpSymbolsFromDLInfoMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp9205 outs() << " entryoff " << ep.entryoff << "\n"; in PrintEntryPointCommand()