Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c194 #define SIZEOF_DIE_LENGTH 4 macro
995 if (mbr.die_length <= SIZEOF_DIE_LENGTH) in struct_type()
1939 if (di.die_length < SIZEOF_DIE_LENGTH) in process_dies()
2643 if (di.die_length < SIZEOF_DIE_LENGTH) in scan_partial_symbols()
2768 if (di.die_length < SIZEOF_DIE_LENGTH) in scan_compilation_units()
3463 dip->die_length = target_to_host (diep, SIZEOF_DIE_LENGTH, GET_UNSIGNED, in basicdieinfo()
3465 if ((dip->die_length < SIZEOF_DIE_LENGTH) || in basicdieinfo()
3473 else if (dip->die_length < (SIZEOF_DIE_LENGTH + SIZEOF_DIE_TAG)) in basicdieinfo()
3479 diep += SIZEOF_DIE_LENGTH; in basicdieinfo()
3529 diep += SIZEOF_DIE_LENGTH + SIZEOF_DIE_TAG; in completedieinfo()