HomeSort by: relevance | last modified time | path
    Searched refs:addr_bit (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-tdep.h 29 /* Output the header for "info proc mappings". ADDR_BIT is the size
32 extern void nbsd_info_proc_mappings_header (int addr_bit);
35 mappings". ADDR_BIT is the size of a virtual address in bits. The
41 extern void nbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
fbsd-tdep.h 45 /* Output the header for "info proc mappings". ADDR_BIT is the size
48 extern void fbsd_info_proc_mappings_header (int addr_bit);
51 mappings". ADDR_BIT is the size of a virtual address in bits. The
57 extern void fbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
prologue-value.h 240 ADDR_BIT bits will be compared. */
241 pv_area (int base_reg, int addr_bit);
netbsd-tdep.c 537 nbsd_info_proc_mappings_header (int addr_bit)
540 if (addr_bit == 64)
579 nbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
584 if (addr_bit == 64)
fbsd-tdep.c 1100 fbsd_info_proc_mappings_header (int addr_bit)
1103 if (addr_bit == 64)
1122 fbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
1127 if (addr_bit == 64)
1294 int addr_bit, long_bit; local
1307 addr_bit = gdbarch_addr_bit (gdbarch);
1308 if (addr_bit == 64)
1414 pulongest (bfd_get (addr_bit, cbfd,
1417 pulongest (bfd_get (addr_bit, cbfd,
1420 pulongest (bfd_get (addr_bit, cbfd
    [all...]
prologue-value.c 304 pv_area::pv_area (int base_reg, int addr_bit)
308 m_addr_mask (((((CORE_ADDR) 1 << (addr_bit - 1)) - 1) << 1) | 1),
netbsd-nat.c 360 int addr_bit = TARGET_CHAR_BIT * sizeof (void *); local
361 nbsd_info_proc_mappings_header (addr_bit);
365 nbsd_info_proc_mappings_entry (addr_bit, kve->kve_start,
utils.c 3224 variable ADDR_BIT stops the compiler reporting a shift overflow
3231 int addr_bit = gdbarch_addr_bit (gdbarch);
3233 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
3234 addr &= ((CORE_ADDR) 1 << addr_bit) - 1; local
3243 int addr_bit = gdbarch_addr_bit (gdbarch);
3245 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
3246 address &= ((CORE_ADDR) 1 << addr_bit) - 1;
3251 if (addr_bit <= 32)
3222 int addr_bit = gdbarch_addr_bit (gdbarch); local
gdbarch-gen.c 69 int addr_bit = 0; member in struct:gdbarch
323 if (gdbarch->addr_bit == 0)
324 gdbarch->addr_bit = gdbarch_ptr_bit (gdbarch);
325 /* Skip verify of addr_bit, invalid_p == 0. */
625 "gdbarch_dump: addr_bit = %s\n",
626 plongest (gdbarch->addr_bit));
1766 gdb_assert (gdbarch->addr_bit != 0);
1769 return gdbarch->addr_bit;
1774 int addr_bit)
1776 gdbarch->addr_bit = addr_bit
    [all...]
fbsd-nat.c 385 int addr_bit = TARGET_CHAR_BIT * sizeof (void *); local
386 fbsd_info_proc_mappings_header (addr_bit);
390 fbsd_info_proc_mappings_entry (addr_bit, kve->kve_start,
varobj.c 243 int addr_bit = gdbarch_addr_bit (get_frame_arch (frame));
245 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
246 frame_base &= ((CORE_ADDR) 1 << addr_bit) - 1;
242 int addr_bit = gdbarch_addr_bit (get_frame_arch (frame)); local
linux-nat.c 3904 Compare ADDR_BIT first to avoid a compiler warning on shift overflow. */
3905 int addr_bit = gdbarch_addr_bit (current_inferior ()->arch ());
3907 if (addr_bit < (sizeof (ULONGEST) * HOST_CHAR_BIT))
3908 offset &= ((ULONGEST) 1 << addr_bit) - 1;
3899 int addr_bit = gdbarch_addr_bit (current_inferior ()->arch ()); local
solib-svr4.c 2398 int addr_bit = gdbarch_addr_bit (current_inferior ()->arch ()); local
2405 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
2407 CORE_ADDR space_size = (CORE_ADDR) 1 << addr_bit;
  /src/external/gpl3/gdb/dist/gdb/
netbsd-tdep.h 29 /* Output the header for "info proc mappings". ADDR_BIT is the size
32 extern void nbsd_info_proc_mappings_header (int addr_bit);
35 mappings". ADDR_BIT is the size of a virtual address in bits. The
41 extern void nbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
fbsd-tdep.h 45 /* Output the header for "info proc mappings". ADDR_BIT is the size
48 extern void fbsd_info_proc_mappings_header (int addr_bit);
51 mappings". ADDR_BIT is the size of a virtual address in bits. The
57 extern void fbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
prologue-value.h 240 ADDR_BIT bits will be compared. */
241 pv_area (int base_reg, int addr_bit);
netbsd-tdep.c 537 nbsd_info_proc_mappings_header (int addr_bit)
540 if (addr_bit == 64)
579 nbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
584 if (addr_bit == 64)
fbsd-tdep.c 1095 fbsd_info_proc_mappings_header (int addr_bit)
1098 if (addr_bit == 64)
1117 fbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start,
1122 if (addr_bit == 64)
1284 int addr_bit, long_bit; local
1296 addr_bit = gdbarch_addr_bit (gdbarch);
1297 if (addr_bit == 64)
1403 pulongest (bfd_get (addr_bit, cbfd,
1406 pulongest (bfd_get (addr_bit, cbfd,
1409 pulongest (bfd_get (addr_bit, cbfd
    [all...]
prologue-value.c 304 pv_area::pv_area (int base_reg, int addr_bit)
308 m_addr_mask (((((CORE_ADDR) 1 << (addr_bit - 1)) - 1) << 1) | 1),
netbsd-nat.c 360 int addr_bit = TARGET_CHAR_BIT * sizeof (void *); local
361 nbsd_info_proc_mappings_header (addr_bit);
365 nbsd_info_proc_mappings_entry (addr_bit, kve->kve_start,
utils.c 3244 variable ADDR_BIT stops the compiler reporting a shift overflow
3251 int addr_bit = gdbarch_addr_bit (gdbarch);
3253 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
3254 addr &= ((CORE_ADDR) 1 << addr_bit) - 1; local
3263 int addr_bit = gdbarch_addr_bit (gdbarch);
3265 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
3266 address &= ((CORE_ADDR) 1 << addr_bit) - 1;
3271 if (addr_bit <= 32)
3242 int addr_bit = gdbarch_addr_bit (gdbarch); local
gdbarch-gen.c 69 int addr_bit = 0; member in struct:gdbarch
325 if (gdbarch->addr_bit == 0)
326 gdbarch->addr_bit = gdbarch_ptr_bit (gdbarch);
327 /* Skip verify of addr_bit, invalid_p == 0. */
629 "gdbarch_dump: addr_bit = %s\n",
630 plongest (gdbarch->addr_bit));
1779 gdb_assert (gdbarch->addr_bit != 0);
1782 return gdbarch->addr_bit;
1787 int addr_bit)
1789 gdbarch->addr_bit = addr_bit
    [all...]
fbsd-nat.c 385 int addr_bit = TARGET_CHAR_BIT * sizeof (void *); local
386 fbsd_info_proc_mappings_header (addr_bit);
390 fbsd_info_proc_mappings_entry (addr_bit, kve->kve_start,
varobj.c 243 int addr_bit = gdbarch_addr_bit (get_frame_arch (frame));
245 if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
246 frame_base &= ((CORE_ADDR) 1 << addr_bit) - 1;
242 int addr_bit = gdbarch_addr_bit (get_frame_arch (frame)); local
linux-nat.c 3904 Compare ADDR_BIT first to avoid a compiler warning on shift overflow. */
3905 int addr_bit = gdbarch_addr_bit (current_inferior ()->arch ());
3907 if (addr_bit < (sizeof (ULONGEST) * HOST_CHAR_BIT))
3908 offset &= ((ULONGEST) 1 << addr_bit) - 1;
3899 int addr_bit = gdbarch_addr_bit (current_inferior ()->arch ()); local

Completed in 69 milliseconds

1 2