drgn/libdrgn
Omar Sandoval 97f5cf70c6 libdrgn: fix C array and function casting
Casting an array or function should first convert the array or function
into a pointer.
2019-04-12 16:40:12 -07:00
..
build-aux Fix some linter errors 2019-04-11 15:51:20 -07:00
m4 Build Python bindings with automake 2019-04-03 17:00:53 -07:00
python libdrgn/python: add Program.pointer_type() 2019-04-11 23:35:10 -07:00
.gitignore Document with Sphinx 2019-04-11 12:48:15 -07:00
cityhash.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
configure.ac Build Python bindings with automake 2019-04-03 17:00:53 -07:00
Doxyfile Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
drgn.h libdrgn: match partial paths for type/object lookups 2019-04-02 14:12:11 -07:00
dwarf_index.c libdrgn: match partial paths for type/object lookups 2019-04-02 14:12:11 -07:00
dwarf_index.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
dwarf_object_index.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
dwarf_type_index.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
error.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
error.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
hash_table.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
hash_table.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
internal.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
internal.h libdrgn: match partial paths for type/object lookups 2019-04-02 14:12:11 -07:00
language_c.c libdrgn: fix C array and function casting 2019-04-12 16:40:12 -07:00
language.h libdrgn: fix C array and function casting 2019-04-12 16:40:12 -07:00
lexer.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
lexer.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
Makefile.am Document with Sphinx 2019-04-11 12:48:15 -07:00
memory_file_reader.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
memory_reader.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
mock.c libdrgn: match partial paths for type/object lookups 2019-04-02 14:12:11 -07:00
object_index.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
object_index.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
object.c libdrgn: fix C array and function casting 2019-04-12 16:40:12 -07:00
object.h libdrgn: fix C array and function casting 2019-04-12 16:40:12 -07:00
path.c libdrgn: match partial paths for type/object lookups 2019-04-02 14:12:11 -07:00
program.c libdrgn: work around "undefined reference to '__muloti4'" when using Clang 2019-04-02 14:12:11 -07:00
program.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
read.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
serialize.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
serialize.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
siphash.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
string_builder.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
string_builder.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
type_index.c Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
type_index.h Rewrite drgn core in C 2019-04-02 14:12:07 -07:00
type.c libdrgn: work around "undefined reference to '__muloti4'" when using Clang 2019-04-02 14:12:11 -07:00
type.h libdrgn: don't use zero length arrays for struct drgn_type 2019-04-02 14:12:11 -07:00