Searched refs:makeScatReloc (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lld/unittests/MachOTests/ |
D | MachONormalizedFileBinaryWriterTests.cpp | 60 makeScatReloc(unsigned addr, RelocationInfoType type, unsigned value) { in makeScatReloc() function 253 text.relocations.push_back(makeScatReloc(0x0c, GENERIC_RELOC_LOCAL_SECTDIFF, 0)); in TEST() 254 text.relocations.push_back(makeScatReloc(0x0, GENERIC_RELOC_PAIR, 5)); in TEST() 364 text.relocations.push_back(makeScatReloc(0x04, in TEST() 366 text.relocations.push_back(makeScatReloc(0x00, in TEST() 368 text.relocations.push_back(makeScatReloc(0x08, in TEST() 370 text.relocations.push_back(makeScatReloc(0x00, in TEST() 499 text.relocations.push_back(makeScatReloc(0x08, in TEST() 501 text.relocations.push_back(makeScatReloc(0x24, in TEST() 503 text.relocations.push_back(makeScatReloc(0x0C, in TEST() [all …]
|