Lines Matching refs:createError
459 return createError("invalid packed relocation header"); in android_relas()
477 return createError("relocation group unexpectedly large"); in android_relas()
618 return createError( in dynamicEntries()
649 return createError("invalid empty dynamic section"); in dynamicEntries()
652 return createError("dynamic sections must be DT_NULL terminated"); in dynamicEntries()
687 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
693 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
698 return createError("can't map virtual address 0x" + in toMappedAddr()
723 ULEBSizeErr = createError("ULEB128 value at offset 0x" + in readULEB128As()
750 return createError("unable to read relocations for section " + in decodeBBAddrMapImpl()
761 return createError("failed to get relocation data for offset: " + in decodeBBAddrMapImpl()
805 return createError("unsupported SHT_LLVM_BB_ADDR_MAP version: " + in decodeBBAddrMapImpl()
815 return createError( in decodeBBAddrMapImpl()
830 return createError("invalid zero number of BB ranges at offset " + in decodeBBAddrMapImpl()
963 createError(describe(*this, Sec) + in getSectionAndRelocations()