Home | History | Annotate | Download | only in elff

Lines Matching full:compilation

90   /* Gets head of compilation unit list, collected during parsing of this file.
91 * NOTE: list of collected compilation units returned from this method is
99 /* Gets number of compilation units, collected during parsing of
334 /* Parses DWARF, and buids a list of compilation units for this ELF file.
335 * Compilation unit, collected with this methods are linked together in a
346 * Number of compilation units, collected in this method on success,
443 /* Checks if given pointer addresses a valid compilation unit header in the
446 * cu_header - Pointer to a compilation unit header to check.
448 * true, if given pointer addresses a valid compilation unit header, or
531 /* Head of compilation unit list, collected during the parsing. */
534 /* Number of compilation units in last_cu_ list. */
553 * first compilation unit header). If first 4 bytes contain 0xFFFFFFFF, the
592 /* Parses DWARF, and buids list of compilation units for this ELF file.