Searched refs:DO_TYPE (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libdwfl/ |
D | relocate.c | 380 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate() 381 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in relocate() 382 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in relocate() 386 #define DO_TYPE(NAME, Name) \ in relocate() macro 394 #undef DO_TYPE in relocate() 402 #define DO_TYPE(NAME, Name) GElf_##Name Name; in relocate() macro 404 #undef DO_TYPE in relocate() 437 #define DO_TYPE(NAME, Name) \ in relocate() macro 445 #undef DO_TYPE in relocate() 460 #define DO_TYPE(NAME, Name) \ in relocate() macro [all …]
|
/external/elfutils/src/ |
D | strip.c | 536 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in remove_debug_relocations() 537 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in remove_debug_relocations() 538 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in remove_debug_relocations() 553 #define DO_TYPE(NAME, Name) GElf_##Name Name; in remove_debug_relocations() macro 555 #undef DO_TYPE in remove_debug_relocations() 559 #define DO_TYPE(NAME, Name) \ in remove_debug_relocations() macro 565 #undef DO_TYPE in remove_debug_relocations() 635 #define DO_TYPE(NAME, Name) \ in remove_debug_relocations() macro 643 #undef DO_TYPE in remove_debug_relocations()
|
D | readelf.c | 11342 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item() 11343 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16); \ in handle_core_item() 11344 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32); \ in handle_core_item() 11345 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32); \ in handle_core_item() 11346 DO_TYPE (XWORD, Xword, "0x%.16" PRIx64, "%" PRId64); \ in handle_core_item() 11347 DO_TYPE (SXWORD, Sxword, "%" PRId64, "%" PRId64) in handle_core_item() 11349 #define DO_TYPE(NAME, Name, hex, dec) GElf_##Name Name in handle_core_item() macro 11352 #undef DO_TYPE in handle_core_item() 11354 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item() macro 11357 #undef DO_TYPE in handle_core_item() [all …]
|
D | ChangeLog | 2303 (handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE,
|