Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/elfcopy/
H A Delfcopy.h232 uint64_t set_start; /* Entry point value. */ member
H A Dmain.c445 oeh.e_entry = ecp->set_start; in create_elf()
1057 ecp->set_start = (uint64_t) strtoull(optarg, NULL, 0); in elfcopy_main()
/src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td255 defm set_start : Eq<"set-start", "Set the start address to <addr>. Overrides "