Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h39 #define PT_INTERP 3 macro
/bionic/linker/
DAndroid.bp23 // Host bionic binaries do not have a PT_INTERP section, instead this gets
Dlinker_phdr.cpp1046 if (phdr.p_type == PT_INTERP) { in phdr_table_get_interpreter_name()