Lines Matching defs:Is64
4534 constexpr bool Is64 = ELFT::Is64Bits;
4536 {Is64 ? "Address" : "Addr", 23},
4537 {"Off", Is64 ? 40 : 32},
4538 {"Size", Is64 ? 47 : 39},
4539 {"ES", Is64 ? 54 : 46},
4540 {"Lk", Is64 ? 59 : 51},
4541 {"Inf", Is64 ? 62 : 54},
4542 {"Al", Is64 ? 66 : 57}});
4553 const unsigned AddrSize = Is64 ? 16 : 8;
4568 {to_string(format_hex_no_prefix(S.sh_offset, 6)), Is64 ? 39 : 32},
4569 {to_string(format_hex_no_prefix(S.sh_size, 6)), Is64 ? 47 : 39},
4570 {to_string(format_hex_no_prefix(S.sh_entsize, 2)), Is64 ? 54 : 46},
4571 {to_string(S.sh_link), Is64 ? 59 : 51},
4572 {to_string(S.sh_info), Is64 ? 63 : 55},
4573 {to_string(S.sh_addralign), Is64 ? 66 : 58}});