| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| ovlymgr.c | 14 enum ovly_index { VMA, SIZE, LMA, MAPPED}; 67 _ovly_table[ovlyno][LMA], 90 ovly_copy (_ovly_table[ovlyno][LMA],
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| ovlymgr.c | 14 enum ovly_index { VMA, SIZE, LMA, MAPPED}; 67 _ovly_table[ovlyno][LMA], 90 ovly_copy (_ovly_table[ovlyno][LMA],
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symfile.c | 1866 section_size (section_size_), lma (lma_), buffer (buffer_) 1875 CORE_ADDR lma; 1920 current_uiout->message ("Loading section %s, size %s lma %s\n", 1924 args->lma)); 1939 if (target_read_memory (args->lma, check.data (), bytes) != 0) 1941 paddress (current_inferior ()->arch (), args->lma)); 1944 paddress (current_inferior ()->arch (), args->lma)); 1947 args->lma += bytes; 2943 same VMA, each with its own unique LMA (or load address). 2947 sections should be considered to be mapped from the VMA to the LMA 1873 CORE_ADDR lma; member in struct:load_progress_section_data 3237 bfd_vma lma, vma; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symfile.c | 1902 section_size (section_size_), lma (lma_), buffer (buffer_) 1911 CORE_ADDR lma; 1956 current_uiout->message ("Loading section %s, size %s lma %s\n", 1960 args->lma)); 1975 if (target_read_memory (args->lma, check.data (), bytes) != 0) 1977 paddress (current_inferior ()->arch (), args->lma)); 1980 paddress (current_inferior ()->arch (), args->lma)); 1983 args->lma += bytes; 2932 same VMA, each with its own unique LMA (or load address). 2936 sections should be considered to be mapped from the VMA to the LMA 1909 CORE_ADDR lma; member in struct:load_progress_section_data 3226 bfd_vma lma, vma; local [all...] |