Lines Matching refs:Is64
4249 constexpr bool Is64 = ELFT::Is64Bits; in printSectionDetails() local
4251 {Is64 ? "Address" : "Addr", 23}, in printSectionDetails()
4252 {"Off", Is64 ? 40 : 32}, in printSectionDetails()
4253 {"Size", Is64 ? 47 : 39}, in printSectionDetails()
4254 {"ES", Is64 ? 54 : 46}, in printSectionDetails()
4255 {"Lk", Is64 ? 59 : 51}, in printSectionDetails()
4256 {"Inf", Is64 ? 62 : 54}, in printSectionDetails()
4257 {"Al", Is64 ? 66 : 57}}); in printSectionDetails()
4268 const unsigned AddrSize = Is64 ? 16 : 8; in printSectionDetails()
4283 {to_string(format_hex_no_prefix(S.sh_offset, 6)), Is64 ? 39 : 32}, in printSectionDetails()
4284 {to_string(format_hex_no_prefix(S.sh_size, 6)), Is64 ? 47 : 39}, in printSectionDetails()
4285 {to_string(format_hex_no_prefix(S.sh_entsize, 2)), Is64 ? 54 : 46}, in printSectionDetails()
4286 {to_string(S.sh_link), Is64 ? 59 : 51}, in printSectionDetails()
4287 {to_string(S.sh_info), Is64 ? 63 : 55}, in printSectionDetails()
4288 {to_string(S.sh_addralign), Is64 ? 66 : 58}}); in printSectionDetails()