Searched refs:end_adr (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c720 for the current psymtab. end_adr is the end of the code range for
727 CORE_ADDR start_adr, CORE_ADDR end_adr, struct partial_symtab *pst,
742 printf ("Scan_procs called, addresses %x to %x, proc %x\n", start_adr, end_adr, curr_pd);
746 while ((CURR_PROC_START <= end_adr) && (curr_pd < max_procs))
781 if (CURR_PROC_END > end_adr)
865 CORE_ADDR end_adr; /* current psymtab's ending code addr */
993 end_adr = 0;
1090 mod_name_string, paddr_nz (curr_md), paddr_nz (start_adr), paddr_nz (end_adr));
1106 end_adr = CURR_FILE_END;
1129 if (VALID_FILE (curr_fd + 1) && (FILE_START (curr_fd + 1) <= end_adr))
718 scan_procs(int *curr_pd_p, quick_procedure_entry *qPD, int max_procs, CORE_ADDR start_adr, CORE_ADDR end_adr, struct partial_symtab *pst, char *vt_bits, struct objfile *objfile) argument
857 CORE_ADDR end_adr; /* current psymtab's ending code addr */ local
[all...]

Completed in 90 milliseconds