Searched refs:AT_PHNUM (Results 1 – 9 of 9) sorted by relevance
123 #define AT_OLD_PHNUM AT_PHNUM
85 case AT_PHNUM: in procstat_auxv()
192 case AT_PHNUM: in dl_init_phdr_info()
430 case AT_PHNUM: in _init_tls()
71 #define AT_PHNUM 5 /* number of program headers */ macro
518 AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum); in __linuxN()
983 #define AT_PHNUM 5 /* Number of program header entries. */ macro
788 assert(aux_info[AT_PHNUM] != NULL); in _rtld()789 phnum = aux_info[AT_PHNUM]->a_un.a_val; in _rtld()6370 AUXFMT(AT_PHNUM, "%lu"),
1460 AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum); in __elfN()