drgn/libdrgn
Omar Sandoval aef144c944 libdrgn: debug_info: improve elf_address_range()
Instead of iterating through every segment, we can just look at the
first and last loadable segments. This even works for vmlinux on x86-64
and Arm which have some special, relocatable segments.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-12-06 13:33:55 -08:00
..
build-aux Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
examples libdrgn: support passing debug info files to load_debug_info example program 2021-06-30 16:58:47 -07:00
include libdrgn: add latest elf.h and dwarf.h to support elfutils 0.165 2021-03-21 23:18:39 -07:00
m4 Remove bundled version of elfutils 2021-03-16 00:52:09 -07:00
python Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
.gitignore libdrgn: add configure~ to .gitignore 2021-04-23 09:18:16 -07:00
arch_ppc64.c Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
arch_ppc64.defs Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
arch_register_layout.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
arch_x86_64.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
arch_x86_64.defs Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
array.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
binary_buffer.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
binary_buffer.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
binary_search_tree.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
bitops.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
cfi.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
cfi.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
cityhash.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
configure.ac Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
debug_info.c libdrgn: debug_info: improve elf_address_range() 2021-12-06 13:33:55 -08:00
debug_info.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
Doxyfile libdrgn: clean up stale comment references and Doxygen warnings 2021-03-16 16:15:43 -07:00
drgn.h.in Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
dwarf_info.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
dwarf_info.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
error.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
error.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
hash_table.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
hash_table.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
helpers.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
kdump.c Fix some include-what-you-use warnings 2021-11-10 15:09:29 -08:00
language_c.c libdrgn: fix type names referring to anonymous types 2021-11-23 00:57:42 -08:00
language.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
language.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lazy_object.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lazy_object.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lexer.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lexer.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
linux_kernel_helpers.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
linux_kernel.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
linux_kernel.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
Makefile.am Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
memory_reader.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
memory_reader.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
minmax.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
nstring.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object_index.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object_index.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
orc_info.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
orc_info.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
orc.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
path.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
path.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
platform.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
platform.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
pp.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
program.c libdrgn: fix note name matching 2021-12-03 12:03:19 -08:00
program.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
register_state.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
register_state.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
serialize.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
serialize.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
splay_tree.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
stack_trace.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
stack_trace.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
string_builder.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
string_builder.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
symbol.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
symbol.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
type.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
type.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
util.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
vector.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
vector.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00