Searched full:shaddralign (Results 1 – 5 of 5) sorted by relevance
5 ## field with use of the "ShAddrAlign" key.26 ShAddrAlign: 0x111111111111111130 ShAddrAlign: 0x2222222222222222
105 ShAddrAlign: 0x7777777777777777
1398 !Section.ShFlags && !Section.ShType && !Section.ShAddrAlign)); in sectionMapping() 1399 IO.mapOptional("ShAddrAlign", Section.ShAddrAlign); in sectionMapping()
637 if (From->ShAddrAlign) in toSymbolIndex() 638 To.sh_addralign = *From->ShAddrAlign; in toSymbolIndex() 1153 /*ShAddrAlign=*/1});
282 std::optional<llvm::yaml::Hex64> ShAddrAlign; member