Searched refs:LONGEST (Results 26 - 50 of 461) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dleb.h81 extern LONGEST read_signed_leb128 (bfd *, const gdb_byte *, unsigned int *);
122 extern LONGEST read_initial_length (bfd *abfd, const gdb_byte *buf,
127 extern LONGEST read_offset (bfd *abfd, const gdb_byte *buf,
H A Dsection.h103 const char *read_string (struct objfile *objfile, LONGEST str_offset,
H A Ddwz.h64 const char *read_string (struct objfile *objfile, LONGEST str_offset);
H A Dattribute.h71 LONGEST as_signed () const
194 LONGEST constant_value (int default_value) const;
240 void set_signed (LONGEST snd)
321 LONGEST snd;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-valprint.c41 LONGEST embedded_offset, CORE_ADDR address,
49 LONGEST length;
54 LONGEST addr;
H A Dgdbcore.h61 extern LONGEST read_memory_integer (CORE_ADDR memaddr,
65 LONGEST *return_value);
80 extern LONGEST read_code_integer (CORE_ADDR memaddr, int len,
115 LONGEST value);
H A Dax-gdb.h124 CORE_ADDR, LONGEST, const char *, int,
H A Dfbsd-tdep.h38 LONGEST kf_offset, int kf_vnode_type,
H A Dcp-abi.h138 int *full, LONGEST *top,
149 LONGEST embedded_offset,
233 LONGEST *top, int *using_enc);
235 const bfd_byte *valaddr, LONGEST embedded_offset,
H A Df-lang.c144 LONGEST elm_len = elm_type->length ();
145 for (LONGEST dst_offset = elm_len * (ndimensions - 1);
149 LONGEST b;
200 LONGEST b;
259 void start_dimension (struct type *index_type, LONGEST nelts, bool inner_p)
295 LONGEST m_dest_offset;
326 void process_element (struct type *elt_type, LONGEST elt_off,
327 LONGEST index, bool last_p)
353 LONGEST base_offset,
365 void process_element (struct type *elt_type, LONGEST elt_of
[all...]
H A Dbfin-linux-tdep.c129 static LONGEST
138 LONGEST ret;
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfileio.cc163 static LONGEST
216 host_to_fileio_ulong (LONGEST num, fio_ulong_t fnum)
226 LONGEST blksize;
235 host_to_fileio_ulong ((LONGEST) st->st_size, fst->fst_size);
243 host_to_fileio_ulong ((LONGEST) st->st_blocks, fst->fst_blocks);
248 host_to_fileio_ulong (((LONGEST) st->st_size + blksize - 1)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-out.h36 LONGEST value) override;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dsection.h103 const char *read_string (struct objfile *objfile, LONGEST str_offset,
H A Dattribute.h116 LONGEST constant_value (int default_value) const;
132 LONGEST snd;
H A Dcomp-unit.h85 LONGEST read_offset (bfd *abfd, const gdb_byte *buf,
88 LONGEST offset = ::read_offset (abfd, buf, offset_size);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dax-gdb.h125 CORE_ADDR, LONGEST, const char *, int,
H A Dcp-abi.h138 int *full, LONGEST *top,
149 LONGEST embedded_offset,
233 LONGEST *top, int *using_enc);
235 const bfd_byte *valaddr, LONGEST embedded_offset,
H A Dfbsd-tdep.h38 LONGEST kf_offset, int kf_vnode_type,
H A Dgdbcore.h61 extern LONGEST read_memory_integer (CORE_ADDR memaddr,
65 LONGEST *return_value);
80 extern LONGEST read_code_integer (CORE_ADDR memaddr, int len,
115 LONGEST value);
H A Dvalue.c68 LONGEST offset;
71 LONGEST length;
94 ranges_overlap (LONGEST offset1, LONGEST len1,
95 LONGEST offset2, LONGEST len2)
108 ranges_contain (const std::vector<range> &ranges, LONGEST offset,
109 LONGEST length)
270 LONGEST offset = 0;
273 LONGEST bitsiz
[all...]
H A Dtarget-float.h37 extern LONGEST target_float_to_longest (const gdb_byte *addr,
41 LONGEST val);
H A Dbfin-linux-tdep.c129 static LONGEST
138 LONGEST ret;
H A Df-lang.h59 extern LONGEST f77_get_upperbound (struct type *);
61 extern LONGEST f77_get_lowerbound (struct type *);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-out.h36 LONGEST value) override;

Completed in 177 milliseconds

1234567891011>>