search for: __thumbv7pilongthunk_

Displaying 1 result from an estimated 1 matches for "__thumbv7pilongthunk_".

2020 Apr 28
5
llvm-objdump: failed to parse debug information
...ve debug info (i.e., llvm-objdump does not complain when run on each file individually and the disassembly output shows file/line information). In order to identify where the ELF file is lacking debug info, I added some debug traces to llvm-objdump and it seems the following symbol is the culprit: __ThumbV7PILongThunk_<my_func> Is this expected behavior? How to fix it? LLVM version is llvmorg-11-init-12683-g54b3f91d205 but AFAICT anything above 10.0 behaves the same. Thanks, -- Jerome