OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_soff
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/ia64/
Gfind_unwind_table.c
38
Elf64_Off soff,
str_soff
;
local
65
str_soff
= soff + (ehdr->e_shstrndx * ehdr->e_shentsize);
76
str_shdr = (Elf64_Shdr *) ((char *) edi->ei.image +
str_soff
);
/external/libunwind/src/
elfxx.c
58
Elf_W (Off) soff,
str_soff
;
64
str_soff
= soff + (section * ehdr->e_shentsize);
65
if (
str_soff
+ ehdr->e_shentsize > ei->size)
68
(unsigned long) (
str_soff
+ ehdr->e_shentsize),
72
str_shdr = (Elf_W (Shdr) *) ((char *) ei->image +
str_soff
);
Completed in 126 milliseconds