aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-lookup.c
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2019-04-23 22:12:16 +0100
committerNick Alcock <nick.alcock@oracle.com>2019-05-28 17:07:29 +0100
commitc0754cdd9af6d8259eac5c9daad9f9b0611358dd (patch)
tree625374afe71c3246193da4a6c8be8df14d0859be /libctf/ctf-lookup.c
parent479604f44fc1eaa02a97ebcc1b60f55a606c4046 (diff)
downloadbinutils-c0754cdd9af6d8259eac5c9daad9f9b0611358dd.zip
binutils-c0754cdd9af6d8259eac5c9daad9f9b0611358dd.tar.gz
binutils-c0754cdd9af6d8259eac5c9daad9f9b0611358dd.tar.bz2
libctf: hashing
libctf maintains two distinct hash ADTs, one (ctf_dynhash) for wrapping dynamically-generated unknown-sized hashes during CTF file construction, one (ctf_hash) for wrapping unchanging hashes whose size is known at creation time for reading CTF files that were previously created. In the binutils implementation, these are both fairly thin wrappers around libiberty hashtab. Unusually, this code is not kept synchronized with libdtrace-ctf, due to its dependence on libiberty hashtab. libctf/ * ctf-hash.c: New file. * ctf-impl.h: New declarations.
Diffstat (limited to 'libctf/ctf-lookup.c')
0 files changed, 0 insertions, 0 deletions