Lines Matching defs:from

7    mipsread.c, coffread.c, and dwarfread.c from a Data General SVR4 gdb port.
75 PR gdb/1179 was from a user with Diab C++ 4.3.
76 On 2003-07-25 the gdb list received a report from a user
84 On 2003-06-09 the gdb list received a report from a user
212 either from the bfd or possibly from the DWARF info. It would be nice if
222 However, the Issue 2 DWARF specification from AT&T defines it as
223 a FORM_BLOCK4, as does the latest specification from UI/PLSIG.
320 static int dbroff; /* Relative offset from start of .debug section */
340 /* Relative offset from the start of the ".debug" section to the
391 value derived from the DIE offset. Since the minimum DIE size is 4 bytes,
626 /* If no at_language, try to deduce one from the filename */
637 dwarf_build_psymtabs -- build partial symtabs from DWARF debug info
647 This function is called upon to build partial symtabs from files
653 whether or not this debugging information is from a "main symbol
680 error ("can't read DWARF data from '%s'", bfd_get_filename (abfd));
749 lookup_utype -- look up a user defined type from die reference
1033 additional bit offset from the MSB of the containing
1045 bits from the MSB of the field to the MSB of the
1355 Extract all information from a TAG_array_type DIE and add to
1423 Extract all information from a TAG_pointer_type DIE and add to
1464 Extract all information from a TAG_string_type DIE and add to
1552 defined type for this DIE, from a forward reference. */
1641 constants occur in reverse order from the source program order,
1737 reverse order from how they were inserted. If we have no fields
2027 each ".line" section from the objects that were linked.
2053 from the beginning of the line to the beginning of the statement.
2058 Note that we must copy the bytes from the packed table to our local
2191 value ends up being the offset from that register. */
2234 read_ofile_symtab -- build a full symtab entry from chunk of DIE's
2280 then read the size of this fragment in bytes, from the fragment itself.
2385 dwarf_psymtab_to_symtab -- build a full symtab entry from partial one
2394 table entry from a partial symbol table entry. We are passed a
2722 It scans from the beginning of the DWARF table looking for the first
2861 /* If this symbol is from a C++ compilation, then attempt to cache the
3406 basicdieinfo -- extract the minimal die info from raw die data
3417 from the DIE data required to continue processing this DIE, along
3499 from the various attributes found.
3711 target_to_host (char *from, int nbytes, int signextend,
3733 target_to_host (char *from, int nbytes, int signextend, /* FIXME: Unused */
3741 rtnval = bfd_get_64 (objfile->obfd, (bfd_byte *) from);
3744 rtnval = bfd_get_32 (objfile->obfd, (bfd_byte *) from);
3747 rtnval = bfd_get_16 (objfile->obfd, (bfd_byte *) from);
3750 rtnval = bfd_get_8 (objfile->obfd, (bfd_byte *) from);