Home
last modified time | relevance | path

Searched refs:SIZEOF_DIE_LENGTH (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDdwarfread.c183 #define SIZEOF_DIE_LENGTH 4 macro
984 if (mbr.die_length <= SIZEOF_DIE_LENGTH) in struct_type()
1940 if (di.die_length < SIZEOF_DIE_LENGTH) in process_dies()
2644 if (di.die_length < SIZEOF_DIE_LENGTH) in scan_partial_symbols()
2769 if (di.die_length < SIZEOF_DIE_LENGTH) in scan_compilation_units()
3464 dip->die_length = target_to_host (diep, SIZEOF_DIE_LENGTH, GET_UNSIGNED, in basicdieinfo()
3466 if ((dip->die_length < SIZEOF_DIE_LENGTH) || in basicdieinfo()
3474 else if (dip->die_length < (SIZEOF_DIE_LENGTH + SIZEOF_DIE_TAG)) in basicdieinfo()
3480 diep += SIZEOF_DIE_LENGTH; in basicdieinfo()
3530 diep += SIZEOF_DIE_LENGTH + SIZEOF_DIE_TAG; in completedieinfo()