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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarfread.c183 #define SIZEOF_DIE_LENGTH 4 macro
984 if (mbr.die_length <= SIZEOF_DIE_LENGTH)
1940 if (di.die_length < SIZEOF_DIE_LENGTH)
2644 if (di.die_length < SIZEOF_DIE_LENGTH)
2769 if (di.die_length < SIZEOF_DIE_LENGTH)
3441 DIE size is SIZEOF_DIE_LENGTH. In order to have a valid tag, the
3445 Padding DIES must be at least SIZEOF_DIE_LENGTH in length, implying
3447 less than SIZEOF_DIE_LENGTH, then the padding DIE has to be big
3464 dip->die_length = target_to_host (diep, SIZEOF_DIE_LENGTH, GET_UNSIGNED,
3466 if ((dip->die_length < SIZEOF_DIE_LENGTH) ||
[all...]

Completed in 44 milliseconds