| /src/external/gpl3/gdb/dist/gdb/ |
| memtag.c | 51 CORE_ADDR start_address = bfd_section_vma (section); local 52 CORE_ADDR end_address = start_address + memtag_range_size; 54 /* Is the address within [start_address, end_address)? */ 55 if (address >= start_address 58 info.start_address = start_address;
|
| memtag.h | 27 CORE_ADDR start_address; member in struct:memtag_section_info 31 [start_address, end_address). */
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| memtag.c | 51 CORE_ADDR start_address = bfd_section_vma (section); local 52 CORE_ADDR end_address = start_address + memtag_range_size; 54 /* Is the address within [start_address, end_address)? */ 55 if (address >= start_address 58 info.start_address = start_address;
|
| memtag.h | 27 CORE_ADDR start_address; member in struct:memtag_section_info 31 [start_address, end_address). */
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_mac.cpp | 107 uptr *start_address) { 148 if (start_address) *start_address = addr - offset; 166 uptr start_address = AddressInfo::kUnknown; local 168 &stack->info.file, &line, &start_address)) { 174 if (start_address == AddressInfo::kUnknown) { 180 start_address = reinterpret_cast<uptr>(info.dli_saddr); 184 // start address and we got a sensible `start_address` (dladdr doesn't always 186 if (start_address != AddressInfo::kUnknown && addr >= start_address) { [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_mac.cpp | 153 uptr *start_address) { 194 if (start_address) *start_address = addr - offset; 212 uptr start_address = AddressInfo::kUnknown; local 214 &stack->info.file, &line, &start_address)) { 220 if (start_address == AddressInfo::kUnknown) { 226 start_address = reinterpret_cast<uptr>(info.dli_saddr); 230 // start address and we got a sensible `start_address` (dladdr doesn't always 232 if (start_address != AddressInfo::kUnknown && addr >= start_address) { [all...] |
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| interf.c | 300 bfd_vma start_address = 0; local 302 start_address = bfd_get_start_address (abfd); 307 sregs.pc = start_address & ~3;
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| interf.c | 300 bfd_vma start_address = 0; local 302 start_address = bfd_get_start_address (abfd); 307 sregs.pc = start_address & ~3;
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| kexec.h | 101 unsigned long start_address; member in struct:xen_kexec_image
|
| /src/external/gpl3/gdb/dist/sim/cr16/ |
| interp.c | 662 bfd_vma start_address; local 677 start_address = bfd_get_start_address (abfd); 679 start_address = 0x0; 683 (uint64_t) start_address); 687 SET_CREG (PC_CR, start_address);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| format.c | 120 bfd_vma start_address; member in struct:bfd_preserve 148 preserve->start_address = abfd->start_address; 207 abfd->start_address = 0; 229 abfd->start_address = preserve->start_address;
|
| elf32-ft32.c | 662 bfd_vma start_address; 697 start_address = sym1_address < sym2_address ? sym1_address : sym2_address; 700 if (shrinked_insn_address >= start_address 660 bfd_vma start_address; local
|
| elf32-pru.c | 1056 bfd_vma start_address = end_address - x; 1064 SWAP_VALS (end_address, start_address); 1074 if (shrinked_insn_address >= start_address 1055 bfd_vma start_address = end_address - x; local
|
| /src/external/gpl3/gdb.old/dist/sim/cr16/ |
| interp.c | 662 bfd_vma start_address; local 677 start_address = bfd_get_start_address (abfd); 679 start_address = 0x0; 683 (uint64_t) start_address); 687 SET_CREG (PC_CR, start_address);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| format.c | 122 bfd_vma start_address; member in struct:bfd_preserve 150 preserve->start_address = abfd->start_address; 209 abfd->start_address = 0; 231 abfd->start_address = preserve->start_address;
|
| elf32-ft32.c | 663 bfd_vma start_address; 698 start_address = sym1_address < sym2_address ? sym1_address : sym2_address; 701 if (shrinked_insn_address >= start_address 661 bfd_vma start_address; local
|
| elf32-pru.c | 1057 bfd_vma start_address = end_address - x; 1065 SWAP_VALS (end_address, start_address); 1075 if (shrinked_insn_address >= start_address 1056 bfd_vma start_address = end_address - x; local
|
| /src/external/gpl3/binutils/dist/gas/ |
| dw2gencfi.h | 207 symbolS *start_address; member in struct:fde_entry
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| format.c | 148 bfd_vma start_address; member in struct:bfd_preserve 176 preserve->start_address = abfd->start_address; 235 abfd->start_address = 0; 257 abfd->start_address = preserve->start_address;
|
| elf32-ft32.c | 662 bfd_vma start_address; 697 start_address = sym1_address < sym2_address ? sym1_address : sym2_address; 700 if (shrinked_insn_address >= start_address 660 bfd_vma start_address; local
|
| elf32-pru.c | 1056 bfd_vma start_address = end_address - x; 1064 SWAP_VALS (end_address, start_address); 1074 if (shrinked_insn_address >= start_address 1055 bfd_vma start_address = end_address - x; local
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| dw2gencfi.h | 207 symbolS *start_address; member in struct:fde_entry
|
| /src/external/gpl3/gdb/dist/bfd/ |
| format.c | 120 bfd_vma start_address; member in struct:bfd_preserve 148 preserve->start_address = abfd->start_address; 207 abfd->start_address = 0; 229 abfd->start_address = preserve->start_address;
|
| elf32-ft32.c | 662 bfd_vma start_address; 697 start_address = sym1_address < sym2_address ? sym1_address : sym2_address; 700 if (shrinked_insn_address >= start_address 660 bfd_vma start_address; local
|
| elf32-pru.c | 1056 bfd_vma start_address = end_address - x; 1064 SWAP_VALS (end_address, start_address); 1074 if (shrinked_insn_address >= start_address 1055 bfd_vma start_address = end_address - x; local
|