Searched refs:phdr_off_type (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/inspector/
H A Dutils.cpp97 #define phdr_off_type offsetof(Elf32_Phdr, p_type) macro
113 #define phdr_off_type offsetof(Elf64_Phdr, p_type) macro
151 status = read_mem(h, phaddr + phdr_off_type, &type, sizeof(type));

Completed in 73 milliseconds