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

/macosx-10.9.5/cctools-845/ld/
H A Ddebugcompunit.h38 const uint8_t * debug_abbrev,
H A Ddebugcompunit.c174 const uint8_t * debug_abbrev,
219 /* Find the debug_abbrev section. */
225 da = debug_abbrev + abbrev_base;
226 enda = debug_abbrev + debug_abbrev_size;
236 /* Skip through the debug_abbrev section looking for that abbrev. */
172 read_comp_unit(const uint8_t * debug_info, size_t debug_info_size, const uint8_t * debug_abbrev, size_t debug_abbrev_size, int little_endian, const char ** name, const char ** comp_dir, uint64_t *stmt_list) argument
H A Dpass1.c6027 struct section * debug_abbrev = NULL; local
6070 debug_abbrev = s;
6076 if (! debug_info || ! debug_abbrev || ! cur_obj->symtab
6080 /* Read the debug_info (and debug_abbrev) sections, and determine
6086 + debug_abbrev->offset),
6087 debug_abbrev->size, little_endian,

Completed in 145 milliseconds