Home
last modified time | relevance | path

Searched refs:BinTypeForNativeRelocationType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/
H A Dimage_writer.h546 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
H A Dimage_writer.cc1454 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations()
1563 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset()
2654 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()
3670 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType() function in art::linker::ImageWriter