copy-1.d 286 B

12345678910111213
  1. #PROG: objcopy
  2. #objdump: -h
  3. #objcopy: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
  4. #name: copy with setting section flags 1
  5. .*: +file format .*
  6. Sections:
  7. Idx.*
  8. #...
  9. [0-9]* .post_text_reserve.*
  10. CONTENTS, ALLOC, LOAD, READONLY, CODE
  11. #...