python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What to do with "DWARF error: section .debug_info is larger than its filesize!"?
Looking for ways to see generated assembler of a specific function in my binary (an .so to be exact), just as I can see similar on Compiler Explorer, I found How to disassemble one single function usi...
Adam Badura
Votes: 0
Answers: 1
Convolution Function Latency Bottleneck
I have implemented a Convolutional Neural Network in C and have been studying what parts of it have the longest latency.
Based on my research, the massive amounts of matricial multiplication required ...
Ricardo
Votes: 0
Answers: 1
Unclear output by riscv objdump -d
Now I am trying to understand the RISC-V ISA but I have an unclear point about the machine code and assembly.
I have written a C code like this:
int main() {
return 42;
}
Then, I produced the .s ...

hidetatz
Votes: 0
Answers: 1
ELF's gnu_debuglink section gives me weird name
I've used Ubuntu 20.04.3, and when I run
readelf --string-dump=.gnu_debuglink /usr/bin/cp
I got weird debug filename while expecting something like cp.debug
String dump of section '.gnu_debuglink':
...
user150497
Votes: 0
Answers: 1