Home
last modified time | relevance | path

Searched refs:at_phnum (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c366 CORE_ADDR at_phdr, at_phent, at_phnum, pt_phdr = 0; in read_program_header() local
377 if (target_auxv_search (&current_target, AT_PHNUM, &at_phnum) <= 0) in read_program_header()
379 if (!at_phdr || !at_phnum) in read_program_header()
394 sect_size = at_phent * at_phnum; in read_program_header()
402 for (i = 0; i < at_phnum; i++) in read_program_header()
424 if (i == at_phnum) in read_program_header()
439 for (i = 0; i < at_phnum; i++) in read_program_header()
461 if (i == at_phnum) in read_program_header()