Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Drelocate.c399 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate_section()
400 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in relocate_section()
401 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in relocate_section()
405 #define DO_TYPE(NAME, Name) \ in relocate_section() macro
410 #undef DO_TYPE in relocate_section()
418 #define DO_TYPE(NAME, Name) GElf_##Name Name; in relocate_section() macro
420 #undef DO_TYPE in relocate_section()
443 #define DO_TYPE(NAME, Name) \ in relocate_section() macro
448 #undef DO_TYPE in relocate_section()
463 #define DO_TYPE(NAME, Name) \ in relocate_section() macro
[all …]
/external/elfutils/src/src/
Dstrip.c1722 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in handle_elf()
1723 DO_TYPE (WORD, Word); DO_TYPE (SWORD, Sword); \ in handle_elf()
1724 DO_TYPE (XWORD, Xword); DO_TYPE (SXWORD, Sxword) in handle_elf()
1738 #define DO_TYPE(NAME, Name) GElf_##Name Name; in handle_elf() macro
1740 #undef DO_TYPE in handle_elf()
1744 #define DO_TYPE(NAME, Name) \ in handle_elf() macro
1750 #undef DO_TYPE in handle_elf()
1806 #define DO_TYPE(NAME, Name) \ in handle_elf() macro
1811 #undef DO_TYPE in handle_elf()
Dreadelf.c8350 DO_TYPE (BYTE, Byte, "0x%.2" PRIx8, "%" PRId8); \ in handle_core_item()
8351 DO_TYPE (HALF, Half, "0x%.4" PRIx16, "%" PRId16); \ in handle_core_item()
8352 DO_TYPE (WORD, Word, "0x%.8" PRIx32, "%" PRId32); \ in handle_core_item()
8353 DO_TYPE (SWORD, Sword, "%" PRId32, "%" PRId32); \ in handle_core_item()
8354 DO_TYPE (XWORD, Xword, "0x%.16" PRIx64, "%" PRId64); \ in handle_core_item()
8355 DO_TYPE (SXWORD, Sxword, "%" PRId64, "%" PRId64) in handle_core_item()
8357 #define DO_TYPE(NAME, Name, hex, dec) GElf_##Name Name[count] in handle_core_item() macro
8359 #undef DO_TYPE in handle_core_item()
8389 #define DO_TYPE(NAME, Name, hex, dec) \ in handle_core_item() macro
8395 #undef DO_TYPE in handle_core_item()
[all …]
DChangeLog755 (handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE,