OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phdrnum
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/src/tools/perf/util/
symbol-elf.c
973
size_t i,
phdrnum
;
local
977
if (elf_getphdrnum(elf, &
phdrnum
))
980
for (i = 0; i <
phdrnum
; i++) {
Completed in 43 milliseconds