HomeSort by: relevance | last modified time | path
    Searched defs:addr_size (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cu.c 54 int addr_size = this->per_cu->addr_size (); local
55 return objfile_int_type (this->per_objfile->objfile, addr_size, unsigned_p);
116 int addr_size = this->per_cu->addr_size (); local
118 if (addr_type->length () == addr_size)
cu.c 54 int addr_size = this->per_cu->addr_size (); local
55 return objfile_int_type (this->per_objfile->objfile, addr_size, unsigned_p);
116 int addr_size = this->per_cu->addr_size (); local
118 if (addr_type->length () == addr_size)
cu.c 54 int addr_size = this->per_cu->addr_size (); local
55 return objfile_int_type (this->per_objfile->objfile, addr_size, unsigned_p);
116 int addr_size = this->per_cu->addr_size (); local
118 if (addr_type->length () == addr_size)
comp-unit-head.h 44 unsigned char addr_size = 0; member in struct:comp_unit_head
comp-unit-head.h 44 unsigned char addr_size = 0; member in struct:comp_unit_head
comp-unit-head.h 44 unsigned char addr_size = 0; member in struct:comp_unit_head
  /src/external/bsd/libpcap/dist/
fad-getad.c 170 size_t addr_size, netmask_size, broadaddr_size, dstaddr_size; local
242 addr_size = SA_LEN(addr);
252 addr_size = 0;
294 addr, addr_size, netmask, netmask_size,
fad-getad.c 170 size_t addr_size, netmask_size, broadaddr_size, dstaddr_size; local
242 addr_size = SA_LEN(addr);
252 addr_size = 0;
294 addr, addr_size, netmask, netmask_size,
fad-getad.c 170 size_t addr_size, netmask_size, broadaddr_size, dstaddr_size; local
242 addr_size = SA_LEN(addr);
252 addr_size = 0;
294 addr, addr_size, netmask, netmask_size,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
unit-head.h 45 unsigned char addr_size = 0; member in struct:unit_head
unit-head.h 45 unsigned char addr_size = 0; member in struct:unit_head
unit-head.h 45 unsigned char addr_size = 0; member in struct:unit_head
  /src/crypto/dist/ipsec-tools/src/racoon/
nattraversal.c 129 size_t buf_size, addr_size; local
140 addr_size = sizeof (struct in_addr); /* IPv4 address */
145 addr_size = sizeof (struct in6_addr); /* IPv6 address */
155 buf_size += addr_size + 2; /* Address + Port */
172 memset (ptr, 0, addr_size);
174 memcpy (ptr, addr_ptr, addr_size);
175 ptr += addr_size;
nattraversal.c 129 size_t buf_size, addr_size; local
140 addr_size = sizeof (struct in_addr); /* IPv4 address */
145 addr_size = sizeof (struct in6_addr); /* IPv6 address */
155 buf_size += addr_size + 2; /* Address + Port */
172 memset (ptr, 0, addr_size);
174 memcpy (ptr, addr_ptr, addr_size);
175 ptr += addr_size;
nattraversal.c 129 size_t buf_size, addr_size; local
140 addr_size = sizeof (struct in_addr); /* IPv4 address */
145 addr_size = sizeof (struct in6_addr); /* IPv6 address */
155 buf_size += addr_size + 2; /* Address + Port */
172 memset (ptr, 0, addr_size);
174 memcpy (ptr, addr_ptr, addr_size);
175 ptr += addr_size;
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-disasm.c 46 size_t addr_size; member in struct:tui_asm_line
86 When ADDR_SIZE is non-null then place the maximum size of an address and
87 label into the value pointed to by ADDR_SIZE, and set the addr_size
88 field on each item in ASM_LINES, otherwise the addr_size fields within
99 size_t *addr_size = nullptr)
135 if (addr_size != nullptr)
143 *addr_size = std::max (*addr_size, new_size);
144 tal.addr_size = new_size
341 size_t addr_size = 0; local
    [all...]
tui-disasm.c 46 size_t addr_size; member in struct:tui_asm_line
86 When ADDR_SIZE is non-null then place the maximum size of an address and
87 label into the value pointed to by ADDR_SIZE, and set the addr_size
88 field on each item in ASM_LINES, otherwise the addr_size fields within
99 size_t *addr_size = nullptr)
135 if (addr_size != nullptr)
143 *addr_size = std::max (*addr_size, new_size);
144 tal.addr_size = new_size
341 size_t addr_size = 0; local
    [all...]
tui-disasm.c 46 size_t addr_size; member in struct:tui_asm_line
86 When ADDR_SIZE is non-null then place the maximum size of an address and
87 label into the value pointed to by ADDR_SIZE, and set the addr_size
88 field on each item in ASM_LINES, otherwise the addr_size fields within
99 size_t *addr_size = nullptr)
135 if (addr_size != nullptr)
143 *addr_size = std::max (*addr_size, new_size);
144 tal.addr_size = new_size
341 size_t addr_size = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-disasm.c 46 size_t addr_size; member in struct:tui_asm_line
86 When ADDR_SIZE is non-null then place the maximum size of an address and
87 label into the value pointed to by ADDR_SIZE, and set the addr_size
88 field on each item in ASM_LINES, otherwise the addr_size fields within
99 size_t *addr_size = nullptr)
103 struct ui_file *stream = (addr_size == nullptr
133 if (addr_size == nullptr)
145 tal.addr_size = (term_out
149 *addr_size = std::max (*addr_size, tal.addr_size)
345 size_t addr_size = 0; local
    [all...]
tui-disasm.c 46 size_t addr_size; member in struct:tui_asm_line
86 When ADDR_SIZE is non-null then place the maximum size of an address and
87 label into the value pointed to by ADDR_SIZE, and set the addr_size
88 field on each item in ASM_LINES, otherwise the addr_size fields within
99 size_t *addr_size = nullptr)
103 struct ui_file *stream = (addr_size == nullptr
133 if (addr_size == nullptr)
145 tal.addr_size = (term_out
149 *addr_size = std::max (*addr_size, tal.addr_size)
345 size_t addr_size = 0; local
    [all...]
tui-disasm.c 46 size_t addr_size; member in struct:tui_asm_line
86 When ADDR_SIZE is non-null then place the maximum size of an address and
87 label into the value pointed to by ADDR_SIZE, and set the addr_size
88 field on each item in ASM_LINES, otherwise the addr_size fields within
99 size_t *addr_size = nullptr)
103 struct ui_file *stream = (addr_size == nullptr
133 if (addr_size == nullptr)
145 tal.addr_size = (term_out
149 *addr_size = std::max (*addr_size, tal.addr_size)
345 size_t addr_size = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
solib-darwin.c 358 int addr_size = gdbarch_addr_bit (gdbarch) / 8; local
370 if (target_read_memory (load_ptr_addr, buf, addr_size))
373 load_addr = extract_unsigned_integer (buf, addr_size, byte_order);
solib-darwin.c 358 int addr_size = gdbarch_addr_bit (gdbarch) / 8; local
370 if (target_read_memory (load_ptr_addr, buf, addr_size))
373 load_addr = extract_unsigned_integer (buf, addr_size, byte_order);
  /src/external/gpl3/gdb/dist/gdb/
solib-darwin.c 355 int addr_size = gdbarch_addr_bit (gdbarch) / 8; local
367 if (target_read_memory (load_ptr_addr, buf, addr_size))
370 load_addr = extract_unsigned_integer (buf, addr_size, byte_order);
solib-darwin.c 355 int addr_size = gdbarch_addr_bit (gdbarch) / 8; local
367 if (target_read_memory (load_ptr_addr, buf, addr_size))
370 load_addr = extract_unsigned_integer (buf, addr_size, byte_order);

Completed in 182 milliseconds

1 2 3 4 5 6