(n uint64)
| 114 | } |
| 115 | |
| 116 | func uint64p(n uint64) *uint64 { |
| 117 | return &n |
| 118 | } |
| 119 | |
| 120 | func TestFindProgHeaderForMapping(t *testing.T) { |
| 121 | buildList := func(headers []*elf.ProgHeader) (result string) { |
no outgoing calls
no test coverage detected
searching dependent graphs…