OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT_PHNUM
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/kernel/uapi/linux/
auxvec.h
29
#define
AT_PHNUM
5
/development/ndk/platforms/android-3/include/linux/
auxvec.h
22
#define
AT_PHNUM
5
/development/ndk/platforms/android-L/include/linux/
auxvec.h
29
#define
AT_PHNUM
5
/external/kernel-headers/original/uapi/linux/
auxvec.h
13
#define
AT_PHNUM
5 /* number of program headers */
/development/ndk/platforms/android-3/include/
elf.h
38
AT_PHNUM
,
/bionic/tests/
getauxval_test.cpp
47
ASSERT_NE((unsigned long int) 0, getauxval(
AT_PHNUM
));
/bionic/libc/bionic/
libc_init_static.cpp
73
unsigned long int phdr_ct = getauxval(
AT_PHNUM
);
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.h
51
AT_PHNUM
= 5, ///< Number of program headers.
AuxVector.cpp
144
case ENTRY_NAME(
AT_PHNUM
); break;
/external/elfutils/0.153/libdwfl/
link_map.c
656
else if (av[i].a_type == BL##NN (
AT_PHNUM
)) \
/external/elfutils/0.153/libelf/
elf.h
[
all
...]
/bionic/linker/
linker.cpp
[
all
...]
Completed in 2020 milliseconds