003 File Manager
Current Path:
/usr/src/contrib/elftoolchain/libelftc
usr
/
src
/
contrib
/
elftoolchain
/
libelftc
/
📁
..
📄
Makefile
(1.48 KB)
📄
Version.map
(296 B)
📄
_libelftc.h
(3.33 KB)
📄
elftc.3
(2.99 KB)
📄
elftc_bfd_find_target.3
(6.83 KB)
📄
elftc_bfdtarget.c
(2.18 KB)
📄
elftc_copyfile.3
(2.22 KB)
📄
elftc_copyfile.c
(2.92 KB)
📄
elftc_demangle.3
(3.45 KB)
📄
elftc_demangle.c
(2.98 KB)
📄
elftc_reloc_type_str.3
(2.36 KB)
📄
elftc_reloc_type_str.c
(30.64 KB)
📄
elftc_set_timestamps.3
(2.59 KB)
📄
elftc_set_timestamps.c
(2.49 KB)
📄
elftc_string_table.c
(9.36 KB)
📄
elftc_string_table_create.3
(6.7 KB)
📄
elftc_timestamp.3
(2.53 KB)
📄
elftc_timestamp.c
(1.91 KB)
📄
elftc_version.3
(2.75 KB)
📄
libelftc.h
(3.67 KB)
📄
libelftc_bfdtarget.c
(10.18 KB)
📄
libelftc_dem_arm.c
(22.61 KB)
📄
libelftc_dem_gnu2.c
(25.97 KB)
📄
libelftc_dem_gnu3.c
(86.29 KB)
📄
libelftc_hash.c
(2.2 KB)
📄
libelftc_vstr.c
(7.33 KB)
📄
make-toolchain-version
(2.76 KB)
📄
os.FreeBSD.mk
(182 B)
📄
os.Linux.mk
(87 B)
📄
os.NetBSD.mk
(74 B)
Editing: Makefile
# $Id: Makefile 3601 2018-04-12 16:58:53Z jkoshy $ TOP= .. LIB= elftc SRCS= elftc_bfdtarget.c \ elftc_copyfile.c \ elftc_demangle.c \ elftc_reloc_type_str.c \ elftc_set_timestamps.c \ elftc_string_table.c \ elftc_timestamp.c \ elftc_version.c \ libelftc_bfdtarget.c \ libelftc_dem_arm.c \ libelftc_dem_gnu2.c \ libelftc_dem_gnu3.c \ libelftc_hash.c \ libelftc_vstr.c INCS= libelftc.h INCSDIR= /usr/include RELEASE= HEAD # Change this on release branches. SHLIB_MAJOR= 1 WARNS?= 6 ELFTC_VERSION_FILE= ${.OBJDIR}/elftc_version.c CLEANFILES+= ${ELFTC_VERSION_FILE} LDADD+= -lelf MAN= elftc.3 \ elftc_bfd_find_target.3 \ elftc_copyfile.3 \ elftc_demangle.3 \ elftc_reloc_type_str.3 \ elftc_set_timestamps.3 \ elftc_string_table_create.3 \ elftc_version.3 MLINKS= elftc_bfd_find_target.3 elftc_bfd_target_byteorder.3 \ elftc_bfd_find_target.3 elftc_bfd_target_class.3 \ elftc_bfd_find_target.3 elftc_bfd_target_flavor.3 \ elftc_string_table_create.3 elftc_string_table_from_section.3 \ elftc_string_table_create.3 elftc_string_table_destroy.3 \ elftc_string_table_create.3 elftc_string_table_image.3 \ elftc_string_table_create.3 elftc_string_table_insert.3 \ elftc_string_table_create.3 elftc_string_table_lookup.3 .if !make(clean) && !make(clobber) && !make(obj) .BEGIN: .SILENT ${.CURDIR}/make-toolchain-version -t ${.CURDIR}/${TOP} \ -r ${RELEASE} -h ${OS_HOST} -o ${ELFTC_VERSION_FILE} .endif .include "${TOP}/mk/elftoolchain.lib.mk"
Upload File
Create Folder