Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Drelocate.c382 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate()
383 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in relocate()
384 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in relocate()
388 #define DO_TYPE(NAME, Name) \ in relocate() macro
396 #undef DO_TYPE in relocate()
404 #define DO_TYPE(NAME, Name) GElf_##Name Name; in relocate() macro
406 #undef DO_TYPE in relocate()
439 #define DO_TYPE(NAME, Name) \ in relocate() macro
447 #undef DO_TYPE in relocate()
462 #define DO_TYPE(NAME, Name) \ in relocate() macro
[all …]
/third_party/elfutils/src/
Dstrip.c451 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate()
452 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in relocate()
453 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in relocate()
457 #define DO_TYPE(NAME, Name) GElf_##Name Name; in relocate() macro
459 #undef DO_TYPE in relocate()
463 #define DO_TYPE(NAME, Name) \ in relocate() macro
469 #undef DO_TYPE in relocate()
539 #define DO_TYPE(NAME, Name) \ in relocate() macro
547 #undef DO_TYPE in relocate()
Dreadelf.c11822 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item()
11823 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16); \ in handle_core_item()
11824 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32); \ in handle_core_item()
11825 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32); \ in handle_core_item()
11826 DO_TYPE (XWORD, Xword, "0x%.16" PRIx64, "%" PRId64); \ in handle_core_item()
11827 DO_TYPE (SXWORD, Sxword, "%" PRId64, "%" PRId64) in handle_core_item()
11829 #define DO_TYPE(NAME, Name, hex, dec) GElf_##Name Name in handle_core_item() macro
11832 #undef DO_TYPE in handle_core_item()
11834 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item() macro
11837 #undef DO_TYPE in handle_core_item()
[all …]
DChangeLog2991 (handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE,