OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_get_build_id
(Results
1 - 4
of
4
) sorted by null
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
elf_utils.h
27
bool
elf_get_build_id
(unwindstack::Memory*, uintptr_t, std::string*);
/system/core/debuggerd/libdebuggerd/test/
elf_fake.cpp
33
bool
elf_get_build_id
(unwindstack::Memory*, uintptr_t, std::string* build_id) {
function
/system/core/debuggerd/libdebuggerd/
elf_utils.cpp
98
bool
elf_get_build_id
(unwindstack::Memory* memory, uintptr_t addr, std::string* build_id) {
function
tombstone.cpp
313
if ((entry->flags & PROT_READ) &&
elf_get_build_id
(process_memory, entry->start, &build_id)) {
Completed in 232 milliseconds