Home
last modified time | relevance | path

Searched refs:phdr (Results 1 – 1 of 1) sorted by relevance

/system/core/debuggerd/
Delf_utils.cpp48 PhdrType phdr; in get_build_id() local
50 reinterpret_cast<uint8_t*>(&phdr), sizeof(phdr)) != sizeof(phdr)) { in get_build_id()
54 if (phdr.p_type == PT_NOTE) { in get_build_id()
55 size_t hdr_size = phdr.p_filesz; in get_build_id()
56 uintptr_t addr = base_addr + phdr.p_offset; in get_build_id()