Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsolib-svr4.c458 read_program_header (int type, int *p_arch_size, CORE_ADDR *base_addr) in read_program_header() function
650 return read_program_header (PT_INTERP, NULL, NULL); in find_program_interpreter()
670 = read_program_header (PT_DYNAMIC, &arch_size, &base_addr); in scan_dyntag_auxv()
2670 = read_program_header (-1, &arch_size, NULL); in svr4_exec_displacement()
DChangeLog-20153681 (read_program_header): Likewise.
5838 * solib-svr4.c (read_program_header): Add base_addr argument to
5840 (find_program_interpreter): Update read_program_header call to pass
5845 read_program_header to get the base address of the dynamic segment.
5847 read_program_header.
DChangeLog-20112222 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
DChangeLog-20083985 * solib-svr4.c (read_program_header): New function.
DChangeLog-20108826 * solib-svr4.c (read_program_header): Support type == -1 to read
DChangeLog-20095305 * solib-svr4.c (read_program_header, scan_dyntag_auxv,
DChangeLog-20185391 * solib-svr4.c (read_program_header): Return