main.c (9f3d45b6d45423c3e992be6f9575fe76cc032c3c) main.c (71a0c925ce76a304c25bf6d8d8035720f82941bd)
1/*-
2 * Copyright (c) 2007-2013 Kai Wang
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 26 unchanged lines hidden (view full) ---

35#include <libelftc.h>
36#include <stdio.h>
37#include <stdlib.h>
38#include <string.h>
39#include <unistd.h>
40
41#include "elfcopy.h"
42
1/*-
2 * Copyright (c) 2007-2013 Kai Wang
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 26 unchanged lines hidden (view full) ---

35#include <libelftc.h>
36#include <stdio.h>
37#include <stdlib.h>
38#include <string.h>
39#include <unistd.h>
40
41#include "elfcopy.h"
42
43ELFTC_VCSID("$Id: main.c 3111 2014-12-20 08:33:01Z kaiwang27 $");
43ELFTC_VCSID("$Id: main.c 3156 2015-02-15 21:40:01Z emaste $");
44
45enum options
46{
47 ECP_ADD_GNU_DEBUGLINK,
48 ECP_ADD_SECTION,
49 ECP_CHANGE_ADDR,
50 ECP_CHANGE_SEC_ADDR,
51 ECP_CHANGE_SEC_LMA,

--- 1462 unchanged lines hidden ---
44
45enum options
46{
47 ECP_ADD_GNU_DEBUGLINK,
48 ECP_ADD_SECTION,
49 ECP_CHANGE_ADDR,
50 ECP_CHANGE_SEC_ADDR,
51 ECP_CHANGE_SEC_LMA,

--- 1462 unchanged lines hidden ---