aboutsummaryrefslogtreecommitdiffstats
path: root/ctf_encoder.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20strings: use BTF's string APIs for strings managementAndrii Nakryiko1-1/+1
2019-03-11libctf: The type_ids returned are uint32_t fixup where it was uint16_tArnaldo Carvalho de Melo1-35/+26
2019-01-18Adopt SPDX-License-IdentifierDomenico Andreoli1-4/+2
2018-09-26dwarves: Rename variable->location to ->scopeArnaldo Carvalho de Melo1-1/+1
2013-03-20dwarves_fprintf: Fix printf types on 64bit linuxCody P Schafer1-2/+3
2012-08-17dwarves: Stop using 'self'Arnaldo Carvalho de Melo1-52/+52
2009-12-06ctf_encoder: Allow specifying a verbose level for cu__encode_ctfArnaldo Carvalho de Melo1-9/+11
2009-09-11ctf: structure_type__encode shouldn encode only DW_TAG_memberArnaldo Carvalho de Melo1-1/+1
2009-08-23ctf: Handle dwfl_module_getsymtab errorsArnaldo Carvalho de Melo1-2/+3
2009-06-04dwarves: Make all the tags that have an IP to be derived from ip_tagArnaldo Carvalho de Melo1-5/+5
2009-04-02core: Only DWARF uses the global strings table, so move it thereArnaldo Carvalho de Melo1-0/+6
2009-04-02ctf_encoder: Add void entries for variables not found on DWARFArnaldo Carvalho de Melo1-18/+20
2009-04-01ctf_encoder: Add void (void) signature for functions not found on DWARFArnaldo Carvalho de Melo1-1/+5
2009-03-31ctf_encoder: Create objects section (data/variables)Arnaldo Carvalho de Melo1-0/+49
2009-03-31ctf_encoder: Rename hashaddr__find to hashaddr__find_functionArnaldo Carvalho de Melo1-3/+3
2009-03-31core: Introduce cu__cache_symtabArnaldo Carvalho de Melo1-0/+2
2009-03-30ctf_encoder: Convert DWARF functions to CTFArnaldo Carvalho de Melo1-1/+72
2009-03-30core: Allow cachine an open Elf file handle for reuseArnaldo Carvalho de Melo1-2/+8
2009-03-24ctf: combine the structs ctf_state and ctfArnaldo Carvalho de Melo1-1/+1
2009-03-20ctf_encoder: Allow encoding a bit_size in enumeration typesArnaldo Carvalho de Melo1-1/+2
2009-03-19libctf: Encode VARARGS an extra 0 short at the end of the parm listArnaldo Carvalho de Melo1-1/+1
2009-03-19ctf: Include the initial implementation of a ctf encoderArnaldo Carvalho de Melo1-0/+219