Home
last modified time | relevance | path

Searched refs:at_phdr (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
373 if (target_auxv_search (&current_target, AT_PHDR, &at_phdr) <= 0) in read_program_header()
379 if (!at_phdr || !at_phnum) in read_program_header()
393 sect_addr = at_phdr; in read_program_header()
406 if (target_read_memory (at_phdr + i * sizeof (phdr), in read_program_header()
443 if (target_read_memory (at_phdr + i * sizeof (phdr), in read_program_header()
478 sect_addr = sect_addr + (at_phdr - pt_phdr); in read_program_header()