HomeSort by: relevance | last modified time | path
    Searched defs:getauxval (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 43 getauxval(unsigned int type) function in typeref:typename:long int
63 phdr = (void *)getauxval(AT_PHDR);
64 phnum = (Elf_Half)getauxval(AT_PHNUM);

Completed in 13 milliseconds