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