Searched defs:DO_TYPE (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
H A Drelocate.c347 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
348 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \
349 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword)
353 #define DO_TYPE(NAME, Name) \ macro
358 #undef DO_TYPE macro
366 #define DO_TYPE(NAME, Name) GElf_##Name Name; macro
368 #undef DO_TYPE macro
391 #define DO_TYPE macro
396 #undef DO_TYPE macro
411 #define DO_TYPE macro
416 #undef DO_TYPE macro
[all...]
/external/elfutils/src/
H A Dreadelf.c5433 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8, 4); \
5434 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16, 6); \
5435 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32, 11); \
5436 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32, 11); \
5437 DO_TYPE (XWORD, Xword, "0x%.16" PRIx64, "%" PRId64, 20); \
5438 DO_TYPE (SXWORD, Sxword, "%" PRId64, "%" PRId64, 20)
5440 #define DO_TYPE(NAME, Name, hex, dec, max) GElf_##Name Name[count] macro
5442 #undef DO_TYPE macro
5472 #define DO_TYPE(NAME, Name, hex, dec, max) \ macro
5478 #undef DO_TYPE macro
5488 #define DO_TYPE macro
5494 #undef DO_TYPE macro
5564 #define DO_TYPE macro
5571 #undef DO_TYPE macro
[all...]

Completed in 77 milliseconds