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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h68 AT_IGNOREPPC = 22, ///< Entry should be ignored. enumerator in enum:AuxVector::EntryType
H A DAuxVector.cpp161 case ENTRY_NAME(AT_IGNOREPPC); break;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c370 # if defined AT_IGNOREPPC
371 while (*sp == AT_IGNOREPPC) // skip AT_IGNOREPPC entries
618 auxv[0].a_type = AT_IGNOREPPC;
619 auxv[0].u.a_val = AT_IGNOREPPC;
620 auxv[1].a_type = AT_IGNOREPPC;
621 auxv[1].u.a_val = AT_IGNOREPPC;
723 case AT_IGNOREPPC:
/external/qemu/include/
H A Delf.h253 #define AT_IGNOREPPC 22 /* ppc only; entry should be ignored */ macro
/external/elfutils/0.153/libelf/
H A Delf.h985 #define AT_IGNOREPPC 22 /* Entry should be ignored. */ macro

Completed in 1591 milliseconds