Lines Matching refs:Relocation
318 void MappingTraits<MachOYAML::Relocation>::mapping(
319 IO &IO, MachOYAML::Relocation &Relocation) {
320 IO.mapRequired("address", Relocation.address);
321 IO.mapRequired("symbolnum", Relocation.symbolnum);
322 IO.mapRequired("pcrel", Relocation.is_pcrel);
323 IO.mapRequired("length", Relocation.length);
324 IO.mapRequired("extern", Relocation.is_extern);
325 IO.mapRequired("type", Relocation.type);
326 IO.mapRequired("scattered", Relocation.is_scattered);
327 IO.mapRequired("value", Relocation.value);