Searched refs:SLT (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c81 #define SLT(o) (HPUX_SYMFILE_INFO(o)->slt) macro
1725 /* Read in data from the $SLT$ subspace. $SLT$ contains information
1727 slt_section = bfd_get_section_by_name (objfile->obfd, "$SLT$");
1731 SLT (objfile) =
1735 bfd_get_section_contents (objfile->obfd, slt_section, SLT (objfile),
2326 return (union sltentry *) &(SLT (objfile)[index * sizeof (union sltentry)]);
5023 /* Only record "normal" entries in the SLT. */
5545 /* Record lines up to this SLT pointer. */

Completed in 91 milliseconds