pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/elftoolchain Update to 0.7.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/141adf00ab65
branches: trunk
changeset: 313491:141adf00ab65
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Oct 01 12:36:35 2018 +0000
description:
Update to 0.7.1
Changelog:
Release Notes for Elftoolchain Software Version 0.7.1
=====================================================
About The Project
-----------------
The `Elftoolchain project`_ develops BSD-licensed implementations of
essential compilation tools and libraries for handling ELF based program
objects.
About The Release
-----------------
This is the first release on the v0.7 "stable" code line.
Since the prior v0.6.1 release, we have added support for a few more
machine architectures, improved our support of the DWARF4 debug format,
and have added experimental support for the Microsoft (TM) Portable
Executable format. A number of bugs have been fixed, and the project's
documentation has been improved. An implementation of a link editor
**ld** is in progress.
Libraries and Utilities
~~~~~~~~~~~~~~~~~~~~~~~
This release comprises the following libraries and utilities.
================= ==========================================
**Name** **Description**
================= ==========================================
**ar** Archive manager.
**addr2line** Debug tool.
**brandelf** Manage the ELF brand on executables.
**c++filt** Translate encoded symbols.
**elfcopy** Copy and translate between object formats.
**elfdump** Diagnostic tool.
**findtextrel** Find undesired text relocations.
**libdwarf** DWARF access library.
**libelf** ELF access library.
**mcs** Manage comment sections.
**nm** List symbols in an ELF object.
**ranlib** Add archive symbol tables to an archive.
**readelf** Display ELF information.
**size** List object sizes.
**strings** Extract printable strings.
**strip** Discard information from ELF objects.
================= ==========================================
This release also contains the following software that is under
development:
================= ==========================================
**Name** **Description**
================= ==========================================
**ld** Program linker.
**libpe** PE (Portable Executable) access library.
================= ==========================================
Documentation
~~~~~~~~~~~~~
Each public API and invocable utility has a reference manual entry.
We currently offer 355 manual entries, documented in 197 manual pages.
Additionally, this release contains the following documentation:
================= ==========================================
**Name** **Description**
================= ==========================================
libelf-by-example A tutorial introduction to **libelf**.
================= ==========================================
Test Suites
~~~~~~~~~~~
The release contains the following test suites:
================= ==========================================
**Name** **Description**
================= ==========================================
ar Test the **ar** utility.
elfcopy Test the **elfcopy** utility.
elfdump Test the **elfdump** utility.
libdwarf Test the **libdwarf** library.
libelf Test the **libelf** library.
libelftc Test the **libelftc** support library.
nm Test the **nm** utility.
================= ==========================================
System Requirements
-------------------
This software is designed to run on Unix(TM)-like operating systems
such as the BSD-family of operating systems and GNU/Linux.
This release has been built and tested on the following operating
systems:
==================== =========== ===========================
**Operating System** **Version** **Supported Architectures**
-------------------- ----------- ---------------------------
FreeBSD_ 10.2 amd64 & i386
NetBSD_ 7.0 i386
Ubuntu_ GNU/Linux 14.04LTS x86_64
==================== =========== ===========================
Installation and Upgrades
=========================
Installation
------------
Instructions for building and installing this software from source are
described in the file "INSTALL".
Upgrading
---------
* Consumers of the libdwarf API should note that the `Dwarf_Off` type
has changed to an unsigned type, so as to be compatible with other
open-source libdwarf implementations.
* Three functions in the libdwarf API have been deprecated and two
extension APIs have been added.
Release Information
===================
Changes in this release
-----------------------
Significant changes include:
* **addr2line**
- Support the ``DW_AT_ranges`` debug attribute.
- Improve DWARF4 compatibility.
- **addr2line** supports new options ``-a``, ``-i``, ``-p``.
- Compilation units lacking debug information are handled more robustly.
- Memory leaks were fixed.
* **ar/ranlib**
- The **ranlib** utility is now documented in its own manual page.
- The handling of corrupt archives has been improved.
- **ar** now supports a ``-U`` option that disables its
deterministic (``-D``) mode.
- **ar** no longer allows extraction of archive entries whose
pathnames contain ``..``, or whose target directory would be
altered by a symbolic link.
* **brandelf**
- The documentation for **brandelf** has been improved.
* **elfcopy/strip/mcs**
- **strip** no longer strips local debugging symbols when the ``-x``
option is specified.
- Compatibility with GNU binutils has been improved.
- The **elfcopy** and **strip** utilities will now preserve hard
links when modifying an object file.
- Support for new functionality controlled by options
``--localize-hidden``, ``--extract-dwo`` and ``--strip-dwo`` has
been added.
- Bugs in the behavior of the ``-N`` and ``-X`` options were fixed.
- Nameless global symbols are now handled correctly.
- ``SHT_GROUP`` handling has been fixed in **elfcopy** and
**strip**.
- **elfcopy** now supports the conversion of ELF objects to PE images.
* **elfdump**
- **elfdump** can now dump multiple GOT sections.
- **elfdump** now understands the ``EM_AARCH64``, ``EM_IAMCU``,
``EM_PPC64``, and ``EM_RISCV`` machine types and the
``STT_SPARC_REGISTER`` section type.
- Symbols with ``STB_GNU_UNIQUE`` are now supported.
* **findtextrel**
- The manual pages were improved.
* **ld**
- This utility is new in this release. This utility is currently under
development, and should be considered unstable.
* **libdwarf**
- The line number program generated by **libdwarf** has been improved.
- Support for the DWARF4 ``.debug_types`` section was added.
- Parsing of DWARF4 line sections was fixed.
- New APIs ``dwarf_attroffset()``,
``dwarf_get_cu_die_offset_given_cu_header_offset_b()``,
``dwarf_get_die_infotypes_flag()``,
``dwarf_get_section_max_offsets()``,
``dwarf_get_section_max_offsets_b()``, ``dwarf_highpc_b()``,
``dwarf_loclist_from_expr_b()``, ``dwarf_next_types_section()``,
``dwarf_offdie_b()``, and ``dwarf_siblingof_b()`` have been added.
Of these, ``dwarf_attroffset()`` and ``dwarf_next_types_section()``
are extensions to the SGI libdwarf API.
- Support for operators ``DW_OP_GNU_addr_index``,
``DW_OP_GNU_const_index``, ``DW_OP_GNU_const_type``,
``DW_OP_GNU_convert``, ``DW_OP_GNU_deref_type``,
``DW_OP_GNU_encoded_addr``, ``DW_OP_GNU_entry_value``,
``DW_OP_GNU_implicit_pointer``, ``DW_OP_GNU_parameter_ref``,
``DW_OP_GNU_regval_type``, ``DW_OP_GNU_reinterpret``,
``DW_OP_GNU_uninit`` and ``DW_OP_push_object_address`` have been
added.
- APIs ``dwarf_get_cu_die_offset_given_cu_header_offset()``,
``dwarf_offdie()``, ``dwarf_siblingof()`` have been deprecated.
- **libdwarf** now supports relocation for the ``aarch64``
architecture.
- **libdwarf** now handles architectures that use ".rel" relocations
for debug data correctly.
- The ``EM_IAMCU`` architecture is now recognized.
- Documentation has been improved, memory leaks and other bugs have
been fixed.
* **libelf**
- Reference documentation has been improved.
- Support building on the AARCH64 architecture has added.
- Bug fixes have been applied.
* **libelf-by-example**
- No changes since the prior release.
* **libelftc**
- Support for the Portable Executable format has been added.
- Overview documentation for this support library has been added.
- New APIs ``elftc_string_table_from_section()``.
``elftc_string_table_image()``, ``elftc_string_table_insert()``,
``elftc_string_table_lookup()``, ``elftc_string_table_remove()``
and ``elftc_string_table_to_string()`` have been added.
- The demangling support functions now support IEEE floating point
types, TLS special names and various GNU extensions.
- Other bugs have fixed.
* **libpe**
- This library is new in this release. This library is currently
under development, and should be considered unstable.
* **nm**
- A new alias ``--extern-only`` for option ``-g`` is now supported.
- Bugs have been fixed.
* **readelf**
- The handling of objects with missing symbol names was improved.
- **readelf** now supports dumping ``.debug_types`` sections.
- The ``DW_AT_language``, ``DW_FORM_exprloc``,
``DW_FORM_flag_present``, ``DW_FORM_ref_sig8`` and
``DW_FORM_sec_offset`` types are now supported.
- GNU DWARF operator extensions are now recognized by **readelf**.
- **readelf** can now display architecture specific register names on
some architectures.
- **readelf** now handles AArch64 types and relocations and
recognizes the ``RISC-V`` and ``IAMCU`` architectures.
- Support has been added for printing binary notes for FreeBSD, Xen
and Linux, and for printing core notes for FreeBSD and Linux.
- Support for dumping symbols with the ``STB_GNU_UNIQUE`` binding
has been added.
- Support for dumping symbols with the ``STT_SPARC_REGISTER``
register type has been added.
* **size**
- The manual page for **size** has been improved.
* **strings**
- The manual page for **strings** has been improved.
Outstanding Issues
------------------
There were no outstanding issues at the time of the release.
Known Limitations
-----------------
This release has the following limitations:
:Test coverage:
Our test suites are being developed; test coverage is still
partial.
:Performance and Memory Use:
Our tools have not been fully analyzed for their memory use or for
their performance characteristics.
Test Statistics
---------------
The test summary for this release is presented below:
========= ========== =============== ================ ===================
**Suite** **Tests** **FreeBSD** **NetBSD** **Ubuntu 10.04LTS**
(32&64bit) (i386 & amd64) (i386) (x86_64)
========= ========== =============== ================ ===================
ar 235 & 230 P:235 & 230 P:235 P:230
elfcopy 160 P:160 P:160 P:160
elfdump 155 P:155 P:155 P:155
libdwarf 153 P:153 P:153 P:153
libelf 1030 P:1026, U:4 P:1026, U:4 P:1026, U:4
libelftc 16 P:16 P:16 P:16
nm 183 P:183 P:183 P:183
========= ========== =============== ================ ===================
Key:
:P:
Test successes.
:F:
Test failures.
:U:
Unresolved tests.
Notes
~~~~~
More Information
================
The project's website is at http://elftoolchain.sourceforge.net/.
Developer Community
-------------------
The project's developers may be contacted using the mailing list:
``<elftoolchain-developers%lists.sourceforge.net@localhost>``.
Reporting Bugs
--------------
Please use our `bug tracker`_ for viewing existing bug reports and
for submitting new bug reports.
Copyright and License
=====================
This software is copyright its authors, and is distributed under the
`BSD License`_.
.. _BSD License: http://www.opensource.org/licenses/bsd-license.php
.. _`bug tracker`: https://sourceforge.net/p/elftoolchain/tickets/
.. _Elftoolchain project: http://elftoolchain.sourceforge.net/
.. _FreeBSD: http://www.freebsd.org/
.. _NetBSD: http://www.netbsd.org/
.. _Ubuntu: http://www.ubuntu.com/
.. Local Variables:
.. mode: rst
.. End:
diffstat:
devel/elftoolchain/Makefile | 13 +-
devel/elftoolchain/PLIST | 374 +---------------
devel/elftoolchain/distinfo | 32 +-
devel/elftoolchain/patches/patch-aa | 15 -
devel/elftoolchain/patches/patch-ab | 48 --
devel/elftoolchain/patches/patch-ac | 27 -
devel/elftoolchain/patches/patch-ad | 15 -
devel/elftoolchain/patches/patch-ae | 15 -
devel/elftoolchain/patches/patch-af | 33 -
devel/elftoolchain/patches/patch-ag | 15 -
devel/elftoolchain/patches/patch-ah | 15 -
devel/elftoolchain/patches/patch-ai | 36 -
devel/elftoolchain/patches/patch-aj | 15 -
devel/elftoolchain/patches/patch-ak | 15 -
devel/elftoolchain/patches/patch-al | 15 -
devel/elftoolchain/patches/patch-am | 22 +-
devel/elftoolchain/patches/patch-an | 16 -
devel/elftoolchain/patches/patch-ar_acpyacc_y | 61 --
devel/elftoolchain/patches/patch-ar_ar.h | 19 -
devel/elftoolchain/patches/patch-ar_util.c | 15 -
devel/elftoolchain/patches/patch-libelftc_Makefile | 8 +-
devel/elftoolchain/patches/patch-libelftc___libelftc.h | 14 +-
22 files changed, 80 insertions(+), 758 deletions(-)
diffs (truncated from 1105 to 300 lines):
diff -r 88a2f6a7e376 -r 141adf00ab65 devel/elftoolchain/Makefile
--- a/devel/elftoolchain/Makefile Mon Oct 01 12:32:15 2018 +0000
+++ b/devel/elftoolchain/Makefile Mon Oct 01 12:36:35 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2017/05/31 22:14:43 agc Exp $
+# $NetBSD: Makefile,v 1.14 2018/10/01 12:36:35 ryoon Exp $
-DISTNAME= elftoolchain-0.5.1
-PKGREVISION= 1
+DISTNAME= elftoolchain-0.7.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elftoolchain/${DISTNAME}/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elftoolchain/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= agc%NetBSD.org@localhost
@@ -21,13 +20,15 @@
USE_TOOLS+= m4 lex
MAKE_ENV+= ${BSD_MAKE_ENV}
MAKE_FLAGS+= MKPROFILE=yes
+MAKE_FLAGS+= INCSDIR=${PREFIX}/include
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mgcc)
CWARNFLAGS+= -Wno-error=sign-conversion \
-Wno-error=conversion \
-Wno-error=unused-but-set-variable \
- -Wno-error=old-style-definition
+ -Wno-error=old-style-definition \
+ -Wno-error=shift-negative-value
.elif !empty(PKGSRC_COMPILER:Mclang)
CWARNFLAGS+= -Wno-error=missing-noreturn \
-Wno-error=constant-logical-operand \
@@ -35,7 +36,7 @@
.endif
MAKE_FLAGS+= CWARNFLAGS=${CWARNFLAGS:Q}
-INSTALLATION_DIRS= bin lib
+INSTALLATION_DIRS= bin include lib
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 ${PKGMANDIR}/html1
INSTALLATION_DIRS+= ${PKGMANDIR}/man3 ${PKGMANDIR}/cat3 ${PKGMANDIR}/html3
INSTALLATION_DIRS+= ${PKGMANDIR}/man5 ${PKGMANDIR}/cat5 ${PKGMANDIR}/html5
diff -r 88a2f6a7e376 -r 141adf00ab65 devel/elftoolchain/PLIST
--- a/devel/elftoolchain/PLIST Mon Oct 01 12:32:15 2018 +0000
+++ b/devel/elftoolchain/PLIST Mon Oct 01 12:36:35 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2011/11/26 15:50:27 dholland Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/10/01 12:36:35 ryoon Exp $
bin/addr2line
bin/ar
bin/brandelf
@@ -6,6 +6,7 @@
bin/elfcopy
bin/elfdump
bin/findtextrel
+bin/ld
bin/mcs
bin/nm
bin/ranlib
@@ -13,6 +14,14 @@
bin/size
bin/strings
bin/strip
+include/dwarf.h
+include/elfdefinitions.h
+include/gelf.h
+include/libdwarf.h
+include/libelf.h
+include/libelftc.h
+include/libpe.h
+include/pe.h
lib/libdwarf.a
lib/libdwarf.so
lib/libdwarf.so.3
@@ -31,336 +40,11 @@
lib/libelftc.so.1.0
lib/libelftc_p.a
lib/libelftc_pic.a
-man/cat1/addr2line.0
-man/cat1/ar.0
-man/cat1/brandelf.0
-man/cat1/c++filt.0
-man/cat1/elfcopy.0
-man/cat1/elfdump.0
-man/cat1/findtextrel.0
-man/cat1/mcs.0
-man/cat1/nm.0
-man/cat1/ranlib.0
-man/cat1/readelf.0
-man/cat1/size.0
-man/cat1/strings.0
-man/cat1/strip.0
-man/cat3/dwarf_add_AT_comp_dir.0
-man/cat3/dwarf_add_AT_const_value_signedint.0
-man/cat3/dwarf_add_AT_const_value_string.0
-man/cat3/dwarf_add_AT_const_value_unsignedint.0
-man/cat3/dwarf_add_AT_dataref.0
-man/cat3/dwarf_add_AT_flag.0
-man/cat3/dwarf_add_AT_location_expr.0
-man/cat3/dwarf_add_AT_name.0
-man/cat3/dwarf_add_AT_producer.0
-man/cat3/dwarf_add_AT_ref_address.0
-man/cat3/dwarf_add_AT_reference.0
-man/cat3/dwarf_add_AT_signed_const.0
-man/cat3/dwarf_add_AT_string.0
-man/cat3/dwarf_add_AT_targ_address.0
-man/cat3/dwarf_add_AT_targ_address_b.0
-man/cat3/dwarf_add_AT_unsigned_const.0
-man/cat3/dwarf_add_arange.0
-man/cat3/dwarf_add_arange_b.0
-man/cat3/dwarf_add_die_to_debug.0
-man/cat3/dwarf_add_directory_decl.0
-man/cat3/dwarf_add_expr_addr.0
-man/cat3/dwarf_add_expr_addr_b.0
-man/cat3/dwarf_add_expr_gen.0
-man/cat3/dwarf_add_fde_inst.0
-man/cat3/dwarf_add_file_decl.0
-man/cat3/dwarf_add_frame_cie.0
-man/cat3/dwarf_add_frame_fde.0
-man/cat3/dwarf_add_frame_fde_b.0
-man/cat3/dwarf_add_funcname.0
-man/cat3/dwarf_add_line_entry.0
-man/cat3/dwarf_add_pubname.0
-man/cat3/dwarf_add_typename.0
-man/cat3/dwarf_add_varname.0
-man/cat3/dwarf_add_weakname.0
-man/cat3/dwarf_arrayorder.0
-man/cat3/dwarf_attr.0
-man/cat3/dwarf_attrlist.0
-man/cat3/dwarf_attrval_flag.0
-man/cat3/dwarf_attrval_signed.0
-man/cat3/dwarf_attrval_string.0
-man/cat3/dwarf_attrval_unsigned.0
-man/cat3/dwarf_bitoffset.0
-man/cat3/dwarf_bitsize.0
-man/cat3/dwarf_bytesize.0
-man/cat3/dwarf_child.0
-man/cat3/dwarf_dealloc.0
-man/cat3/dwarf_def_macro.0
-man/cat3/dwarf_die_CU_offset.0
-man/cat3/dwarf_die_CU_offset_range.0
-man/cat3/dwarf_die_abbrev_code.0
-man/cat3/dwarf_die_link.0
-man/cat3/dwarf_diename.0
-man/cat3/dwarf_dieoffset.0
-man/cat3/dwarf_elf_init.0
-man/cat3/dwarf_end_macro_file.0
-man/cat3/dwarf_errmsg.0
-man/cat3/dwarf_errno.0
-man/cat3/dwarf_expand_frame_instructions.0
-man/cat3/dwarf_expr_current_offset.0
-man/cat3/dwarf_expr_into_block.0
-man/cat3/dwarf_fde_cfa_offset.0
-man/cat3/dwarf_fde_cie_list_dealloc.0
-man/cat3/dwarf_find_macro_value_start.0
-man/cat3/dwarf_finish.0
-man/cat3/dwarf_formaddr.0
-man/cat3/dwarf_formblock.0
-man/cat3/dwarf_formexprloc.0
-man/cat3/dwarf_formflag.0
-man/cat3/dwarf_formref.0
-man/cat3/dwarf_formsdata.0
-man/cat3/dwarf_formsig8.0
-man/cat3/dwarf_formstring.0
-man/cat3/dwarf_formudata.0
-man/cat3/dwarf_func_cu_offset.0
-man/cat3/dwarf_func_die_offset.0
-man/cat3/dwarf_func_name_offsets.0
-man/cat3/dwarf_funcname.0
-man/cat3/dwarf_funcs_dealloc.0
-man/cat3/dwarf_get_ACCESS_name.0
-man/cat3/dwarf_get_ATE_name.0
-man/cat3/dwarf_get_AT_name.0
-man/cat3/dwarf_get_CC_name.0
-man/cat3/dwarf_get_CFA_name.0
-man/cat3/dwarf_get_CHILDREN_name.0
-man/cat3/dwarf_get_DSC_name.0
-man/cat3/dwarf_get_DS_name.0
-man/cat3/dwarf_get_EH_name.0
-man/cat3/dwarf_get_END_name.0
-man/cat3/dwarf_get_FORM_name.0
-man/cat3/dwarf_get_ID_name.0
-man/cat3/dwarf_get_INL_name.0
-man/cat3/dwarf_get_LANG_name.0
-man/cat3/dwarf_get_LNE_name.0
-man/cat3/dwarf_get_LNS_name.0
-man/cat3/dwarf_get_MACINFO_name.0
-man/cat3/dwarf_get_OP_name.0
-man/cat3/dwarf_get_ORD_name.0
-man/cat3/dwarf_get_TAG_name.0
-man/cat3/dwarf_get_VIRTUALITY_name.0
-man/cat3/dwarf_get_VIS_name.0
-man/cat3/dwarf_get_abbrev.0
-man/cat3/dwarf_get_abbrev_children_flag.0
-man/cat3/dwarf_get_abbrev_code.0
-man/cat3/dwarf_get_abbrev_entry.0
-man/cat3/dwarf_get_abbrev_tag.0
-man/cat3/dwarf_get_address_size.0
-man/cat3/dwarf_get_arange.0
-man/cat3/dwarf_get_arange_cu_header_offset.0
-man/cat3/dwarf_get_arange_info.0
-man/cat3/dwarf_get_aranges.0
-man/cat3/dwarf_get_cie_index.0
-man/cat3/dwarf_get_cie_info.0
-man/cat3/dwarf_get_cie_of_fde.0
-man/cat3/dwarf_get_cu_die_offset.0
-man/cat3/dwarf_get_cu_die_offset_given_cu_header_offset.0
-man/cat3/dwarf_get_elf.0
-man/cat3/dwarf_get_fde_at_pc.0
-man/cat3/dwarf_get_fde_info_for_all_regs.0
-man/cat3/dwarf_get_fde_info_for_all_regs3.0
-man/cat3/dwarf_get_fde_info_for_cfa_reg3.0
-man/cat3/dwarf_get_fde_info_for_reg.0
-man/cat3/dwarf_get_fde_info_for_reg3.0
-man/cat3/dwarf_get_fde_instr_bytes.0
-man/cat3/dwarf_get_fde_list.0
-man/cat3/dwarf_get_fde_list_eh.0
-man/cat3/dwarf_get_fde_n.0
-man/cat3/dwarf_get_fde_range.0
-man/cat3/dwarf_get_form_class.0
-man/cat3/dwarf_get_funcs.0
-man/cat3/dwarf_get_globals.0
-man/cat3/dwarf_get_loclist_entry.0
-man/cat3/dwarf_get_macro_details.0
-man/cat3/dwarf_get_pubtypes.0
-man/cat3/dwarf_get_ranges.0
-man/cat3/dwarf_get_ranges_a.0
-man/cat3/dwarf_get_relocation_info.0
-man/cat3/dwarf_get_relocation_info_count.0
-man/cat3/dwarf_get_section_bytes.0
-man/cat3/dwarf_get_str.0
-man/cat3/dwarf_get_types.0
-man/cat3/dwarf_get_vars.0
-man/cat3/dwarf_get_weaks.0
-man/cat3/dwarf_global_cu_offset.0
-man/cat3/dwarf_global_die_offset.0
-man/cat3/dwarf_global_formref.0
-man/cat3/dwarf_global_name_offsets.0
-man/cat3/dwarf_globals_dealloc.0
-man/cat3/dwarf_globname.0
-man/cat3/dwarf_hasattr.0
-man/cat3/dwarf_hasform.0
-man/cat3/dwarf_highpc.0
-man/cat3/dwarf_init.0
-man/cat3/dwarf_line_srcfileno.0
-man/cat3/dwarf_lineaddr.0
-man/cat3/dwarf_linebeginstatement.0
-man/cat3/dwarf_lineblock.0
-man/cat3/dwarf_lineendsequence.0
-man/cat3/dwarf_lineno.0
-man/cat3/dwarf_lineoff.0
-man/cat3/dwarf_linesrc.0
-man/cat3/dwarf_lne_end_sequence.0
-man/cat3/dwarf_lne_set_address.0
-man/cat3/dwarf_loclist.0
-man/cat3/dwarf_loclist_from_expr.0
-man/cat3/dwarf_loclist_from_expr_a.0
-man/cat3/dwarf_loclist_n.0
-man/cat3/dwarf_lowpc.0
-man/cat3/dwarf_new_die.0
-man/cat3/dwarf_new_expr.0
-man/cat3/dwarf_new_fde.0
-man/cat3/dwarf_next_cu_header.0
-man/cat3/dwarf_object_finish.0
-man/cat3/dwarf_object_init.0
-man/cat3/dwarf_offdie.0
-man/cat3/dwarf_producer_init.0
-man/cat3/dwarf_producer_init_b.0
-man/cat3/dwarf_producer_set_isa.0
-man/cat3/dwarf_pubtype_cu_offset.0
-man/cat3/dwarf_pubtype_die_offset.0
-man/cat3/dwarf_pubtype_name_offsets.0
-man/cat3/dwarf_pubtypename.0
-man/cat3/dwarf_pubtypes_dealloc.0
-man/cat3/dwarf_ranges_dealloc.0
-man/cat3/dwarf_reset_section_bytes.0
-man/cat3/dwarf_set_frame_cfa_value.0
-man/cat3/dwarf_set_frame_rule_initial_value.0
-man/cat3/dwarf_set_frame_rule_table_size.0
-man/cat3/dwarf_set_frame_same_value.0
-man/cat3/dwarf_set_frame_undefined_value.0
-man/cat3/dwarf_set_reloc_application.0
-man/cat3/dwarf_seterrarg.0
-man/cat3/dwarf_seterrhand.0
-man/cat3/dwarf_siblingof.0
-man/cat3/dwarf_srcfiles.0
-man/cat3/dwarf_srclang.0
-man/cat3/dwarf_srclines.0
-man/cat3/dwarf_srclines_dealloc.0
-man/cat3/dwarf_start_macro_file.0
-man/cat3/dwarf_tag.0
-man/cat3/dwarf_transform_to_disk_form.0
-man/cat3/dwarf_type_cu_offset.0
-man/cat3/dwarf_type_die_offset.0
-man/cat3/dwarf_type_name_offsets.0
-man/cat3/dwarf_typename.0
-man/cat3/dwarf_types_dealloc.0
-man/cat3/dwarf_undef_macro.0
-man/cat3/dwarf_var_cu_offset.0
-man/cat3/dwarf_var_die_offset.0
Home |
Main Index |
Thread Index |
Old Index