OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shdr_plt
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
symbol.c
891
GElf_Shdr
shdr_plt
;
local
935
if (elf_section_by_name(elf, &ehdr, &
shdr_plt
, ".plt", NULL) == NULL)
959
plt_offset =
shdr_plt
.sh_offset;
967
plt_offset +=
shdr_plt
.sh_entsize;
972
f = symbol__new(plt_offset,
shdr_plt
.sh_entsize,
989
plt_offset +=
shdr_plt
.sh_entsize;
994
f = symbol__new(plt_offset,
shdr_plt
.sh_entsize,
[
all
...]
Completed in 30 milliseconds