aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
AgeCommit message (Expand)Author
2013-11-05Move load_dynamic_entry from PPC backend to ltrace-elf.c/.hPetr Machata
2013-11-05Add elf_add_plt_entry as a separate entry pointPetr Machata
2013-11-04Properly publish read_relplt interface, rename it to elf_read_relocsPetr Machata
2013-10-25Keep PLT relocations in a vectorPetr Machata
2013-10-23Add elf_each_symbolPetr Machata
2013-10-16Sanitize interface of arch_get_sym_info/elf_get_sym_infoPetr Machata
2013-10-16Fix a commentary typoPetr Machata
2013-03-12Add elf_can_read_nextPetr Machata
2013-03-12Add elf_read_{,next_}uleb128Petr Machata
2013-03-12Add elf_read_next_u*Petr Machata
2013-03-12Add elf_read_u8Petr Machata
2013-03-12elf_get_section_* should return 0 if section wasn't foundPetr Machata
2012-12-17Make enum plt_status enumerators uppercasePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-10-31Publish default_elf_add_plt_entryPetr Machata
2012-10-26Publish do_close_elf; call it on the ELF used to check arch supportPetr Machata
2012-10-26Update copyright information and license headersPetr Machata
2012-10-15Export elf_get_sym_infoEdgar E. Iglesias
2012-10-01Mark default_elf_add_plt_entry staticPetr Machata
2012-09-22Add more details to description of some backend.h declarationsPetr Machata
2012-04-30Add elf_get_section_namedPetr Machata
2012-04-30Offset in elf_read_u{16,32,64} should be 64-bit even when ltrace is 32-bitPetr Machata
2012-04-20Fix compilation on x86_64 and i386Petr Machata
2012-04-19Publish default_elf_add_plt_entryPetr Machata
2012-04-19Drop the rest of LS_TOPLT_POINT supportPetr Machata
2012-04-19Don't create PLT symbols that don't match filtering criteriaPetr Machata
2012-04-19Drop ELF_MAX_SEGMENTS, simplify iteration through dynamic entriesPetr Machata
2012-04-19Make MIPS and PPC arch.h into full-fledged include file, glue in sysdep.hPetr Machata
2012-04-19New ELF interface, elf_get_section_typePetr Machata
2012-04-19Change interface of ltelf_read_libraryPetr Machata
2012-04-19Move arch-specific bits from ltrace-elf.c to PPC and MIPS back endsPetr Machata
2012-04-19Support bias, display library name on breakpointPetr Machata
2012-04-19The first crude version of tracing across librariesPetr Machata
2012-04-19Move the Process typedef to proc.hPetr Machata
2012-04-19read_elf takes extra argument for entry pointPetr Machata
2011-10-06Check whether ABI is supported before we execute the binaryPetr Machata
2011-01-06Fix build for x86_64Zachary T Welch
2010-12-10Fix building with --enable-debugZachary T Welch
2010-11-28Create a function find_dynamic_entry_addr.Joe Damato
2010-11-28Add base_addr to store the base address of an ELF object.Joe Damato
2010-11-28Store the address and size of the ELF object's DYNAMIC sectionJoe Damato
2010-11-28Fix tracing on PPC32 systems with glinkPetr Machata
2010-11-28rename elf.{c,h} into ltrace-elf.{c,h}Marc Kleine-Budde