Searched refs:DO_TYPE (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | relocate.c | 374 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate() 375 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in relocate() 376 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in relocate() 380 #define DO_TYPE(NAME, Name) \ in relocate() macro 385 #undef DO_TYPE in relocate() 393 #define DO_TYPE(NAME, Name) GElf_##Name Name; in relocate() macro 395 #undef DO_TYPE in relocate() 418 #define DO_TYPE(NAME, Name) \ in relocate() macro 423 #undef DO_TYPE in relocate() 438 #define DO_TYPE(NAME, Name) \ in relocate() macro [all …]
|
/external/elfutils/src/ |
D | strip.c | 1821 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in handle_elf() 1822 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in handle_elf() 1823 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in handle_elf() 1840 #define DO_TYPE(NAME, Name) GElf_##Name Name; in handle_elf() macro 1842 #undef DO_TYPE in handle_elf() 1846 #define DO_TYPE(NAME, Name) \ in handle_elf() macro 1852 #undef DO_TYPE in handle_elf() 1911 #define DO_TYPE(NAME, Name) \ in handle_elf() macro 1916 #undef DO_TYPE in handle_elf()
|
D | readelf.c | 8484 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item() 8485 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16); \ in handle_core_item() 8486 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32); \ in handle_core_item() 8487 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32); \ in handle_core_item() 8488 DO_TYPE (XWORD, Xword, "0x%.16" PRIx64, "%" PRId64); \ in handle_core_item() 8489 DO_TYPE (SXWORD, Sxword, "%" PRId64, "%" PRId64) in handle_core_item() 8491 #define DO_TYPE(NAME, Name, hex, dec) GElf_##Name Name in handle_core_item() macro 8494 #undef DO_TYPE in handle_core_item() 8496 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item() macro 8499 #undef DO_TYPE in handle_core_item() [all …]
|
D | ChangeLog | 1240 (handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE,
|