Lines Matching refs:createError
403 return createError("invalid packed relocation header"); in android_relas()
421 return createError("relocation group unexpectedly large"); in android_relas()
589 return createError("invalid empty dynamic section"); in dynamicEntries()
592 return createError("dynamic sections must be DT_NULL terminated"); in dynamicEntries()
627 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
633 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
638 return createError("can't map virtual address 0x" + in toMappedAddr()
663 ULEBSizeErr = createError("ULEB128 value at offset 0x" + in readULEB128As()
690 return createError("unable to read relocations for section " + in decodeBBAddrMapImpl()
717 return createError("unsupported SHT_LLVM_BB_ADDR_MAP version: " + in decodeBBAddrMapImpl()
728 return createError( in decodeBBAddrMapImpl()
743 return createError("failed to get relocation data for offset: " + in decodeBBAddrMapImpl()
861 createError(describe(*this, Sec) + in getSectionAndRelocations()