Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h27 #define PT_INTERP 3 macro
/bionic/libc/include/bits/
Delf_common.h531 #define PT_INTERP 3 /* Pathname of interpreter. */ macro
/bionic/linker/
DAndroid.bp8 // Host bionic binaries do not have a PT_INTERP section, instead this gets
Dlinker_phdr.cpp1405 if (phdr.p_type == PT_INTERP) { in phdr_table_get_interpreter_name()