Searched refs:debuglink (Results 1 – 14 of 14) sorted by relevance
447 if (ecp->debuglink != NULL) in create_scn()1567 if (ecp->debuglink == NULL) in add_gnu_debuglink()1575 if (stat(ecp->debuglink, &sb) == -1) in add_gnu_debuglink()1579 ecp->debuglink); in add_gnu_debuglink()1582 if ((fp = fopen(ecp->debuglink, "r")) == NULL) in add_gnu_debuglink()1583 err(EXIT_FAILURE, "can not open %s", ecp->debuglink); in add_gnu_debuglink()1594 if ((fnbase = basename(ecp->debuglink)) == NULL) in add_gnu_debuglink()
239 char *debuglink; /* GNU debuglink file. */ member
883 ecp->debuglink = optarg; in elfcopy_main()
168 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROGNAME}.debug \
321 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${SHLIB_NAME}.debug \
92 this can be used in conjunction with the --add-gnu-debuglink switch to create96 * objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
585 (copy_options): Describe --add-gnu-debuglink switch.
63 : Eq<"add-gnu-debuglink", "Add a .gnu_debuglink for <debug-file>">,
138 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${KERNEL_KO}.debug \
225 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.debug \
67 typedef struct debuglink debuglink_t;68 struct debuglink { struct
1004 [@option{--add-gnu-debuglink=}@var{path-to-file}]1472 @item --add-gnu-debuglink=@var{path-to-file}1487 @option{--add-gnu-debuglink} to create a two part executable. One a1500 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}1512 @item Run @code{objcopy --add-gnu-debuglink=foo.full foo}1515 i.e., the file pointed to by the @option{--add-gnu-debuglink} can be the2424 @option{--add-gnu-debuglink} to create a two part executable. One a2437 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}2449 @item Run @code{objcopy --add-gnu-debuglink=foo.full foo}2452 ie the file pointed to by the @option{--add-gnu-debuglink} can be the
2498 " --add-gnu-debuglink=<file> Add section .gnu_debuglink linking to "
2452 contents of a .gnu-debuglink section.