Lines Matching refs:Is64
4455 constexpr bool Is64 = ELFT::Is64Bits; in printSectionDetails() local
4457 {Is64 ? "Address" : "Addr", 23}, in printSectionDetails()
4458 {"Off", Is64 ? 40 : 32}, in printSectionDetails()
4459 {"Size", Is64 ? 47 : 39}, in printSectionDetails()
4460 {"ES", Is64 ? 54 : 46}, in printSectionDetails()
4461 {"Lk", Is64 ? 59 : 51}, in printSectionDetails()
4462 {"Inf", Is64 ? 62 : 54}, in printSectionDetails()
4463 {"Al", Is64 ? 66 : 57}}); in printSectionDetails()
4474 const unsigned AddrSize = Is64 ? 16 : 8; in printSectionDetails()
4489 {to_string(format_hex_no_prefix(S.sh_offset, 6)), Is64 ? 39 : 32}, in printSectionDetails()
4490 {to_string(format_hex_no_prefix(S.sh_size, 6)), Is64 ? 47 : 39}, in printSectionDetails()
4491 {to_string(format_hex_no_prefix(S.sh_entsize, 2)), Is64 ? 54 : 46}, in printSectionDetails()
4492 {to_string(S.sh_link), Is64 ? 59 : 51}, in printSectionDetails()
4493 {to_string(S.sh_info), Is64 ? 63 : 55}, in printSectionDetails()
4494 {to_string(S.sh_addralign), Is64 ? 66 : 58}}); in printSectionDetails()