LCOV - code coverage report | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Line data Source code 1 : #ifndef ELF_RELOC 2 : #error "ELF_RELOC must be defined" 3 : #endif 4 : 5 : // No relocation 6 0 : ELF_RELOC(R_BPF_NONE, 0) 7 3 : ELF_RELOC(R_BPF_64_64, 1) 8 0 : ELF_RELOC(R_BPF_64_32, 10) |
Generated by: LCOV version 1.13 |