OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_build_id
(Results
1 - 1
of
1
) sorted by null
/system/core/debuggerd/
elf_utils.cpp
35
static bool
get_build_id
(
function
115
return
get_build_id
<Elf32_Ehdr, Elf32_Phdr, Elf32_Nhdr>(backtrace, addr, e_ident, build_id);
117
return
get_build_id
<Elf64_Ehdr, Elf64_Phdr, Elf64_Nhdr>(backtrace, addr, e_ident, build_id);
Completed in 1718 milliseconds