summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* readelf.c: Avoid repeating calls to gettext _() in hotpathupstream/users/amerey/try-readelf-concurrencyAaron Merey2025-07-031-53/+169
* src/readelf.c: Support concurrency for -w, --debug-dumpAaron Merey2025-07-031-4/+160
* src/readelf.c: Add support for print_debug_* output bufferingAaron Merey2025-07-031-1102/+1150
* src: Add threadlib library for parallel job executionAaron Merey2025-07-033-0/+327
* unstrip: update unstripped_shnum when adding a new sectionMark Wielaard2025-06-031-0/+1
* unstrip: exit early if there are no sections in the stripped fileMark Wielaard2025-06-021-1/+1
* src/readelf.c: Access symbol and version data only if availableAaron Merey2025-05-211-33/+63
* unstrip: Check symtab and strtab sections have data before use.Mark Wielaard2025-04-301-0/+6
* readelf: Pass around GElf_Ehdr instead of calling gelf_getehdrMark Wielaard2025-04-291-10/+10
* ar: Check elf_getahdr doesn't return NULLMark Wielaard2025-04-291-0/+6
* src/.gitignore: Add stacktraceAaron Merey2025-04-251-0/+1
* eu-stacktrace [12/12]: use dwflst_perf_sample_getframesSerhei Makarov2025-04-251-246/+30
* eu-stacktrace [10/12]: use dwflst_tracker_find_pidSerhei Makarov2025-04-251-27/+36
* eu-stacktrace [7/12]: use Dwflst_Process_Tracker for Elf * cachingSerhei Makarov2025-04-252-4/+11
* libebl [3/12]: eu-stacktrace: use new register handling apiSerhei Makarov2025-04-252-7/+31
* readelf: Add 'Key to Flags' to eu-readelf --section-headers outputSamuel Zeter2025-04-041-0/+11
* readelf: Add support for printing DW_AT_language_name DW_LNAMEsMark Wielaard2025-03-111-0/+26
* libelf: Rewrite elf_scnshndx, extended index table handlingMark Wielaard2025-03-011-9/+23
* readelf: Use section_name instead of elf_strptr in print_debug_frame_sectionMark Wielaard2025-02-271-1/+1
* readelf: check elf_getarhdr returns NULL in dump_archive_indexAnton Moryakov2025-02-271-2/+2
* strip: Verify symbol table is a real symbol tableMark Wielaard2025-02-141-3/+11
* readelf: Skip trying to uncompress sections without a nameMark Wielaard2025-02-141-2/+2
* readelf: Handle NULL phdr in handle_dynamic_symtabMark Wielaard2025-02-141-1/+1
* libelf, readelf: Use validate_str also to check dynamic symstr dataMark Wielaard2025-02-141-3/+15
* elflint: process_file both prefix and suffix are NULL or both are non-NULLMark Wielaard2025-02-111-0/+4
* objdump: Handle elf_getarhdr returning NULL in handle_arAnton Moryakov2025-02-071-1/+2
* stacktrace: Add missing locale.hAlfred Wingate2025-01-301-0/+1
* src/readelf.c: Close skel_fdAaron Merey2025-01-241-1/+7
* Replace usage of ar with stored library manifest filesMichael Pratt2025-01-211-1/+6
* srcfiles.cxx: Prevent fd and entry leakAaron Merey2024-11-251-12/+17
* Consolidate and add files to clean target variablesupstream/users/amerey/try-cleanMichael Pratt2024-11-081-5/+5
* strip: Ignore --reloc-debug-sections-only for non-ET_REL files.Aaron Merey2024-11-051-0/+7
* stacktrace: Init elf_fd in sysprof_init_dwflMark Wielaard2024-10-241-1/+1
* eu-stacktrace [4/5]: src: add unwind origin diagnostics to eu-stackSerhei Makarov2024-10-171-7/+23
* eu-stacktrace [3/5]: libdwfl: add unwind origin diagnosticsSerhei Makarov2024-10-171-5/+28
* eu-stacktrace [2/5]: configure.ac: initial version (x86/sysprof only)Serhei Makarov2024-10-171-1/+8
* eu-stacktrace [1/5]: src: add eu-stacktrace toolSerhei Makarov2024-10-171-0/+1571
* Remove usage of "unlocked" variant of stdio print functionsMichael Pratt2024-10-175-81/+81
* elflint: Fix memory leak in check_gnu_hash functionMaks Mishin2024-09-201-0/+1
* readelf: Allow .gdb_index const table to be emptyMark Wielaard2024-09-101-1/+1
* srcfiles: Fix compile with --disable-libdebuginfodMark Wielaard2024-09-101-1/+1
* readelf: Fix printing of .gdb_index symbol table offset.Mark Wielaard2024-09-071-1/+1
* debuginfod: Make sure extra libs are also included in static link in src/ tooFrank Ch. Eigler2024-09-061-1/+1
* Avoid overriding libcxx system headerAlfred Wingate2024-08-141-0/+2
* strip.c: Apply --permissive when writing the debug fileAaron Merey2024-07-231-0/+2
* eu-stack: add support for sysroot optionLuke Diamand2024-07-041-0/+9
* readelf: Fix memory leak in print_hash_info()Maks Mishin2024-07-021-0/+1
* ar, ranlib: Don't double close file descriptorsMark Wielaard2024-06-232-8/+8
* readelf: Fix printing of DW_FORM_strx and DW_MACRO parsingMark Wielaard2024-05-141-10/+3
* ar: Replace one alloca use by xmallocMark Wielaard2024-05-121-1/+5