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