llvm-project/lldb/source/Plugins/ObjectFile/ELF
Stephen Wilson 499b40e8a7 elf: synthesize symbols for PLT entries
When populating symbol tables ObjectFileELF now generates a set of synthetic
trampoline symbols.  These new symbols correspond to entries in the program
linkage table and have a (possibly mangled) name identifying the corresponding
symbol in some DSO.  These symbols will be used by the DynamicLoader loader
plugin on Linux to provide thread plans when execution flows from one DSO to
another.

llvm-svn: 128550
2011-03-30 16:07:05 +00:00
..
ELFHeader.cpp elf: add support for ELF relocation entries 2011-03-30 15:59:12 +00:00
ELFHeader.h elf: add support for ELF relocation entries 2011-03-30 15:59:12 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ObjectFileELF.cpp elf: synthesize symbols for PLT entries 2011-03-30 16:07:05 +00:00
ObjectFileELF.h elf: synthesize symbols for PLT entries 2011-03-30 16:07:05 +00:00