Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dsections.c447 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()
H A Delfcopy.h239 char *debuglink; /* GNU debuglink file. */ member
H A Dmain.c883 ecp->debuglink = optarg; in elfcopy_main()
/freebsd-12.1/share/mk/
H A Dbsd.prog.mk168 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROGNAME}.debug \
H A Dbsd.lib.mk321 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${SHLIB_NAME}.debug \
/freebsd-12.1/contrib/binutils/binutils/
H A DNEWS92 this can be used in conjunction with the --add-gnu-debuglink switch to create
96 * objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
H A DChangeLog-0203585 (copy_options): Describe --add-gnu-debuglink switch.
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td63 : Eq<"add-gnu-debuglink", "Add a .gnu_debuglink for <debug-file>">,
/freebsd-12.1/sys/conf/
H A Dkern.post.mk138 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${KERNEL_KO}.debug \
H A Dkmod.mk225 ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.debug \
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dmem.c67 typedef struct debuglink debuglink_t;
68 struct debuglink { struct
/freebsd-12.1/contrib/binutils/binutils/doc/
H A Dbinutils.texi1004 [@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 a
1500 @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 the
2424 @option{--add-gnu-debuglink} to create a two part executable. One a
2437 @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
/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot2498 " --add-gnu-debuglink=<file> Add section .gnu_debuglink linking to "
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-02032452 contents of a .gnu-debuglink section.