Searched refs:AT_PHNUM (Results 1 – 10 of 10) sorted by relevance
18 #define AT_PHNUM 5 macro
123 #define AT_OLD_PHNUM AT_PHNUM
85 case AT_PHNUM: in procstat_auxv()
192 case AT_PHNUM: in dl_init_phdr_info()
428 case AT_PHNUM: in _init_tls()
71 #define AT_PHNUM 5 /* number of program headers */ macro
516 AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum); in __linuxN()
1002 #define AT_PHNUM 5 /* Number of program header entries. */ macro
784 assert(aux_info[AT_PHNUM] != NULL); in _rtld()785 phnum = aux_info[AT_PHNUM]->a_un.a_val; in _rtld()6671 AUXFMT(AT_PHNUM, "%lu"),
1496 AUXARGS_ENTRY(pos, AT_PHNUM, args->phnum); in __elfN()